Skip to content

Commit

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

0 comments on commit d9aae08

Please sign in to comment.