We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f819315 commit a26f1b5Copy full SHA for a26f1b5
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
run: ./scm-engine -h
48
49
- name: Test scm-engine against test GitLab project
50
- run: ./scm-engine evaluate --all
+ run: ./scm-engine evaluate all
51
env:
52
SCM_ENGINE_TOKEN: "${{ secrets.GITLAB_INTEGRATION_TEST_API_TOKEN }}"
53
SCM_ENGINE_CONFIG_FILE: ".scm-engine.example.yml"
0 commit comments