Update .forgejo/workflows/test.yaml
This commit is contained in:
parent
e64224e139
commit
b4a263199c
1 changed files with 4 additions and 1 deletions
|
@ -1,10 +1,13 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: rust:alpine
|
||||
steps:
|
||||
- run: apk add nodejs
|
||||
- run: ls
|
||||
- run: cargo test
|
||||
|
|
Loading…
Add table
Reference in a new issue