fix(werf)

closes #6120
This commit is contained in:
Jacob Heider 2024-05-14 13:57:34 -04:00
parent 286b3b5bb9
commit e4e3fa38de
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -74,4 +74,7 @@ test:
- git config user.name "pkgxbot"
- git add werf.yaml
- git commit -m "Initial commit"
- werf config graph | grep result
- run: werf config list | grep result
if: <1.2
- run: werf config graph | grep result
if: '>=1.2'