upd.yml
All checks were successful
First CI / build (push) Successful in 1m31s
First CI / test (push) Successful in 22s

This commit is contained in:
Yehor Dreval 2023-12-01 11:18:19 +01:00
parent cc898f7e6c
commit bcb3b249b6

View File

@ -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