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