This commit is contained in:
parent
a4b8c8c33f
commit
ebca2ba5f9
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
|||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
runs-on: alpine
|
||||
steps:
|
||||
- run: apk add nodejs-current git
|
||||
- uses: actions/checkout@v3
|
||||
- run: apk add go
|
||||
- run: go build
|
||||
|
|
Loading…
Reference in a new issue