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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
|
checkout:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: rust:alpine
|
image: rust:alpine
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs
|
- run: apk add nodejs
|
||||||
- run: ls
|
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
|
|
Loading…
Add table
Reference in a new issue