Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Feb 8, 2024
1 parent d9aae08 commit a09012c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module-test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Test examples
run: |
for dir in examples/*; do (echo "$dir\n"; ci/scripts/test-module.sh "$dir"); done
for dir in examples/*; do (ci/scripts/test-module.sh "$dir"); done
# ci/scripts/test-module.sh examples/non-exclusive-queue

0 comments on commit a09012c

Please sign in to comment.