mirror of
https://github.com/interviewstreet/go-jira.git
synced 2024-11-28 08:39:03 +02:00
Update testing github action workflow to actions/cache@v2
This commit is contained in:
parent
f50cb07b29
commit
de60bbed3f
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
go-version: 1.14
|
||||
|
||||
# Caching go modules to speed up the run
|
||||
- uses: actions/cache@v1
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
@ -40,4 +40,4 @@ jobs:
|
||||
run: make staticcheck
|
||||
|
||||
- name: Run Unit tests.
|
||||
run: make test
|
||||
run: make test
|
||||
|
Loading…
Reference in New Issue
Block a user