dotnet
Some checks failed
First CI / build (push) Successful in 1m20s
First CI / test (push) Failing after 7s

This commit is contained in:
Anastasiia 2024-11-22 14:00:15 +01:00
parent 4105379382
commit 959347e8bb

View File

@ -24,6 +24,7 @@ jobs:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: app.tar name: app.tar
path: app.tar
- run: tar xf app.tar - run: tar xf app.tar
- run: chmod +x ./app/app - run: chmod +x ./app/app
- run: ./app/app - run: ./app/app