fix: test now is on the same level as build stage
All checks were successful
First CI / build (push) Successful in 1m34s

This commit is contained in:
mykola-derevianko
2025-11-21 11:04:11 +01:00
parent a9c806d39c
commit f31664fc64

View File

@@ -18,12 +18,12 @@ jobs:
with: with:
name: app name: app
path: app.tar path: app.tar
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: app name: app
- run: tar xf app.tar - run: tar xf app.tar
- run: chmod +x app/app - run: chmod +x app/app
- run: ./app/app - run: ./app/app