fix: test now waits for build stage to complete
This commit is contained in:
@@ -19,6 +19,7 @@ jobs:
|
||||
name: app
|
||||
path: app.tar
|
||||
test:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user