Skip to content

Commit

Permalink
Run test with verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Aug 17, 2023
1 parent cd0b639 commit 7d15f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
platforms: linux/arm64

- name: Run tests
run: UTILS_TEST_IMAGE='utils-test:linux-arm64' bats test/test.bats
run: UTILS_TEST_IMAGE='utils-test:linux-arm64' bats --verbose-run test/test.bats

publish-production-image:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 7d15f39

Please sign in to comment.