Skip to content

Commit

Permalink
Hide output from test cleanup
Browse files Browse the repository at this point in the history
It is quite annoying to scroll through it in order to get to the test
failure reason.

Signed-off-by: Milan Lenco <[email protected]>
  • Loading branch information
milan-zededa authored and uncleDecart committed Aug 6, 2024
1 parent 3233e4a commit 931265c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-eden-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
if: always()
run: |
./eden stop
make clean
docker system prune -f -a
make clean >/dev/null
docker system prune -f -a >/dev/null
shell: bash
working-directory: "./eden"

0 comments on commit 931265c

Please sign in to comment.