Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kovacs committed Jan 31, 2024
1 parent 0234fb6 commit 1474f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Docker cache
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('Makefile') }}}
key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}}

- name: Lint
run: make lint
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Docker cache
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('Makefile') }}}
key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}}

- name: E2E test
run: make e2etest
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Docker cache
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('Makefile') }}
key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}

- name: Build the Docker image
run: make docker-build

0 comments on commit 1474f80

Please sign in to comment.