Skip to content

Commit

Permalink
cicd(fix|docs): master check coverage checkout (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj authored Oct 3, 2023
1 parent 191fcdd commit f7e6c9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
needs: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
cache: true
go-version-file: 'go.mod'
- uses: actions/download-artifact@v3
with:
name: coverage
Expand Down Expand Up @@ -55,8 +60,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: true
go-version-file: 'go.mod'
- name: Generate Release Notes
run: |
export CURR_TAG=$(git describe --tags --abbrev=0)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
name: Acceptance Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
cache: true
go-version-file: 'go.mod'
- uses: hashicorp/setup-terraform@v2
with:
Expand Down

0 comments on commit f7e6c9f

Please sign in to comment.