This commit is contained in:
parent
a4b8c8c33f
commit
6842910810
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
runs-on: alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: go build
|
||||
- run: |
|
||||
apk add go
|
||||
go build
|
||||
|
|
Loading…
Reference in a new issue