Update .forgejo/workflows/test.yaml
Some checks failed
/ test (push) Failing after 57s

This commit is contained in:
R.J. 2025-01-27 01:08:19 +00:00
parent c349e6f0a4
commit 154f9a2107

View file

@ -3,7 +3,7 @@ jobs:
test: test:
runs-on: docker runs-on: docker
container: container:
image: rust:latest image: rust:alpine
steps: steps:
- run: apk add nodejs - run: apk add nodejs
- uses: actions/checkout@v3 - uses: actions/checkout@v3