fix: test now is on the same level as build stage
All checks were successful
First CI / build (push) Successful in 1m34s
All checks were successful
First CI / build (push) Successful in 1m34s
This commit is contained in:
@@ -18,12 +18,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: app
|
name: app
|
||||||
path: app.tar
|
path: app.tar
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app
|
name: app
|
||||||
- run: tar xf app.tar
|
- run: tar xf app.tar
|
||||||
- run: chmod +x app/app
|
- run: chmod +x app/app
|
||||||
- run: ./app/app
|
- run: ./app/app
|
||||||
|
|||||||
Reference in New Issue
Block a user