fix: test now waits for build stage to complete
All checks were successful
First CI / build (push) Successful in 1m39s
First CI / test (push) Successful in 10s

This commit is contained in:
mykola-derevianko
2025-11-21 11:07:10 +01:00
parent f31664fc64
commit 6d15c223da

View File

@@ -19,6 +19,7 @@ jobs:
name: app name: app
path: app.tar path: app.tar
test: test:
needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3