fix: test now waits for build stage to complete
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user