Skip to content

Commit a26f1b5

Browse files
committed
ci: use 'all' arg instead of '--all' flag
1 parent f819315 commit a26f1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: ./scm-engine -h
4848

4949
- name: Test scm-engine against test GitLab project
50-
run: ./scm-engine evaluate --all
50+
run: ./scm-engine evaluate all
5151
env:
5252
SCM_ENGINE_TOKEN: "${{ secrets.GITLAB_INTEGRATION_TEST_API_TOKEN }}"
5353
SCM_ENGINE_CONFIG_FILE: ".scm-engine.example.yml"

0 commit comments

Comments
 (0)