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:
name: app
path: app.tar
test:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
with:
name: app
- run: tar xf app.tar
- run: chmod +x app/app
- run: ./app/app
test:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
with:
name: app
- run: tar xf app.tar
- run: chmod +x app/app
- run: ./app/app