diff --git a/projects/werf.io/package.yml b/projects/werf.io/package.yml index 59e9670b..e9463f79 100644 --- a/projects/werf.io/package.yml +++ b/projects/werf.io/package.yml @@ -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'