Skip to content

Commit

Permalink
ci: enable bats-verbose (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonkey authored Jan 13, 2025
1 parent dd633c2 commit cc4deb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
sudo chmod +x /usr/bin/nanocl
sudo groupadd nanocl
sudo usermod -aG nanocl $USER
sudo gpasswd -r nanocl
newgrp nanocl
nanocl install -t installer.yml
sleep 20
Expand All @@ -59,4 +60,4 @@ jobs:
# Run E2E tests
- name: E2E
run: |
bats ./tests/e2e.bats
bats --verbose-run ./tests/e2e.bats

0 comments on commit cc4deb3

Please sign in to comment.