Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromedda committed Apr 10, 2024
1 parent 1f09241 commit 89f9c93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
# Prune the Docker resources created over 10 days before the current execution (change the value for a more/less aggressive cleanup).
shell: bash
run: |
docker-buildx-plugin \
docker system df
docker system prune -a -f --filter "until=336h"
docker system df
Expand All @@ -50,7 +51,7 @@ jobs:
username: "oauth2accesstoken"
password: "${{ steps.google-auth.outputs.access_token }}"
- name: Build Docker images
run: docker build -t scilla:tests -f docker/Dockerfile.test .
run: DOCKER_BUILDKIT=1 docker build -t scilla:tests -f docker/Dockerfile.test .
shell: bash
- name: Run make test
run: |
Expand Down

0 comments on commit 89f9c93

Please sign in to comment.