upd.yml
This commit is contained in:
parent
cc898f7e6c
commit
bcb3b249b6
@ -8,7 +8,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
dotnet-version: "6.0.x"
|
||||
- run: dotnet restore
|
||||
- run: dotnet build
|
||||
- run: dotnet test
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
test:
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: app.tar
|
||||
- run: tar xf app.tar/app.tar
|
||||
- run: ./app/app
|
||||
with:
|
||||
name: app.tar
|
||||
- run: tar xf app.tar/app.tar
|
||||
- run: ./app/app
|
||||
|
Loading…
x
Reference in New Issue
Block a user