Skip to content

Commit

Permalink
Merge pull request #467 from coder/mafredri/fix-coverage2
Browse files Browse the repository at this point in the history
Add setup-go to static.yml
  • Loading branch information
mafredri authored Aug 15, 2024
2 parents ebe1f7a + aeff634 commit f2b9c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Generate coverage and badge
run: |
./ci/test.sh
Expand Down

0 comments on commit f2b9c3f

Please sign in to comment.