Skip to content

Commit

Permalink
Ammend to last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 21, 2024
1 parent de5938d commit db471c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ for test in ${TEST_LIST}; do

# Clean test on each iteration in order to not clog the disk
docker rmi metacall/install:${test}

# GitHub action has a limited size and the tests need to be cleaned on each iteration
if [[ -z "$GITHUB_ACTIONS" ]]; then
docker system prune --all
fi
docker system prune --all
done

# Test Docker Install
Expand Down

0 comments on commit db471c9

Please sign in to comment.