fix: fix workflow
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
# path: program
|
||||
|
||||
# ZAD 4
|
||||
# name: First CI
|
||||
# on: [push]
|
||||
name: First CI
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -50,13 +50,12 @@ jobs:
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: app.tar
|
||||
- run: ls -R
|
||||
- run: tar xf app.tar
|
||||
- run: ls -R
|
||||
- run: tar xf app.tar/app.tar
|
||||
- run: ./app/app
|
||||
|
||||
# ZAD 5
|
||||
|
||||
Reference in New Issue
Block a user