Fix test job: add checkout before download-artifact
All checks were successful
First CI / build (push) Successful in 1m47s
First CI / test (push) Successful in 14s

This commit is contained in:
Nela-cat
2025-11-17 23:56:01 +01:00
parent ce561cca8f
commit c640b07d98

View File

@@ -28,11 +28,14 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: app.tar
- run: tar xf app.tar
- run: ./app/app