Skip to content

Commit

Permalink
Remove docker layer caching step from actions workflow
Browse files Browse the repository at this point in the history
We removed this step from other projects too because it turns out to be slower than pulling from docker hub each time.
  • Loading branch information
amCap1712 authored Oct 31, 2023
1 parent 03365e1 commit 57823d4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
run: echo ${{ secrets.DOCKER_HUB_PASSWORD }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
continue-on-error: true

- name: Pull docker images
run: docker-compose -f docker/docker-compose.test.yml pull

- uses: satackey/[email protected]
continue-on-error: true
with:
key: critiquebrainz-prod-image-{hash}
restore-keys: |
critiquebrainz-prod-image-
- name: Run tests
run: ./test.sh

Expand Down

0 comments on commit 57823d4

Please sign in to comment.