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:
runs-on: docker
container:
image: rust:latest
image: rust:alpine
steps:
- run: apk add nodejs
- uses: actions/checkout@v3