Fixed tests
All checks were successful
First CI / build (push) Successful in 1m24s
First CI / test (push) Successful in 10s

This commit is contained in:
Jakub Patkowski 2024-11-22 14:02:30 +01:00
parent a39f6060ef
commit 43141bf8d7

View File

@ -23,5 +23,5 @@ jobs:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: app.tar name: app.tar
- run: tar xf app.tar/app.tar - run: tar xf app.tar
- run: ./app/app - run: ./app/app