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