Fix test job: add checkout before download-artifact
This commit is contained in:
@@ -28,11 +28,14 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app.tar
|
name: app.tar
|
||||||
|
|
||||||
- run: tar xf app.tar
|
- run: tar xf app.tar
|
||||||
|
|
||||||
- run: ./app/app
|
- run: ./app/app
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user