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:
|
||||
name: app
|
||||
path: app.tar
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: app
|
||||
- run: tar xf app.tar
|
||||
- run: chmod +x app/app
|
||||
- run: ./app/app
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: app
|
||||
- run: tar xf app.tar
|
||||
- run: chmod +x app/app
|
||||
- run: ./app/app
|
||||
|
||||
Reference in New Issue
Block a user