Skip to content

Commit

Permalink
ci: cache image pulls to speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Sep 6, 2024
1 parent 56b7e22 commit 9a4ad1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
steps:
- name: Setup Docker
uses: docker-practice/actions-setup-docker@master
- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yml') }}
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Setup Go
Expand Down

0 comments on commit 9a4ad1b

Please sign in to comment.