Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Oct 12, 2023
1 parent ff258d6 commit c0f3ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
VMSTAT_PID=$!
cd integration-tests
./run-integration-tests.sh
kill $VMSTAT_PID
cd ..
kill $VMSTAT_PID || true
- name: Display vmstat output
run: cat vmstat_output.txt

0 comments on commit c0f3ed9

Please sign in to comment.