Skip to content

Commit f819315

Browse files
committed
ci: use '--all' flag for integration test
1 parent c673e29 commit f819315

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 1
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)