From 222d74bd3e42de46cab557d268a1636e15f4070f Mon Sep 17 00:00:00 2001 From: Chralt98 Date: Fri, 22 Dec 2023 20:40:05 +0100 Subject: [PATCH] update CI to stop immediately --- .github/workflows/integration-tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e711ab22e..538ec4643 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 @@ -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