Skip to content

Commit

Permalink
update CI to stop immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Dec 22, 2023
1 parent 5c20361 commit 222d74b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ jobs:
run: |
cd integration-tests
ls -R tmp/node_logs/
cat tmp/node_logs/*.log
exit 0
cat tmp/node_logs/*.log | tail -n 1000
chopsticks_zeitgeist_upgrade:
name: Zeitgeist Chopsticks Post-Upgrade Tests
Expand Down Expand Up @@ -265,5 +264,4 @@ jobs:
run: |
cd integration-tests
ls -R tmp/node_logs/
cat tmp/node_logs/*.log
exit 0
cat tmp/node_logs/*.log | tail -n 1000

0 comments on commit 222d74b

Please sign in to comment.