Pipeline path fix
This commit is contained in:
@@ -19,10 +19,11 @@ jobs:
|
|||||||
name: app.tar
|
name: app.tar
|
||||||
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
|
||||||
with:
|
with:
|
||||||
name: app.tar
|
name: app.tar
|
||||||
- run: tar xf app.tar/app.tar
|
- run: tar xf app.tar
|
||||||
- run: ./app/app
|
- run: ./app/app
|
||||||
|
|||||||
Reference in New Issue
Block a user