Skip to content

Commit

Permalink
Try to not use cached docker in CI/CD unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Aug 13, 2024
1 parent 8a76791 commit 069032b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# to change the working directory here.
working-directory: docker/test
run: |
docker buildx bake --file ./docker-compose.yml --file ./../../.github/workflows/docker-compose-cache.json
docker buildx bake --file ./docker-compose.yml
- name: Run unit tests
working-directory: docker/test
Expand Down

0 comments on commit 069032b

Please sign in to comment.