Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromedda committed Apr 10, 2024
1 parent 359cc19 commit 4ad6cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
username: "oauth2accesstoken"
password: "${{ steps.google-auth.outputs.access_token }}"
- name: Build Docker images
run: DOCKER_BUILDKIT=1 docker build -t scilla:test -f docker/Dockerfile.test .
run: docker build -t scilla:test -f docker/Dockerfile.test .
shell: bash
- name: Run make test
run: |
Expand Down

0 comments on commit 4ad6cd9

Please sign in to comment.