Skip to content

Commit 95794e3

Browse files
committed
please jsut run the stupid backend tests
1 parent 720a94f commit 95794e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: [ setup_cms ]
2929
steps:
30+
- uses: actions/setup-go@v3
31+
with:
32+
go-version: 1.18
33+
- uses: actions/checkout@v3
3034
- name: Golang Tests
3135
run: cd backend && go test -v ./...
3236

0 commit comments

Comments
 (0)