good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit f2b9c3f4 authored by Mathias Fredriksson's avatar Mathias Fredriksson Committed by GitHub
Browse files

Merge pull request #467 from coder/mafredri/fix-coverage2

Add setup-go to static.yml
parents ebe1f7a1 aeff634d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment