chore: update CI workflow
Some checks failed
/ test (push) Failing after 2s

This commit is contained in:
ptrcnull 2024-09-17 23:09:31 +02:00
parent a4b8c8c33f
commit 14ea4b964e

View file

@ -1,7 +1,9 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: alpine
steps: steps:
- run: apk add nodejs-current
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: apk add go
- run: go build - run: go build