lolxd
Some checks failed
First CI / build (push) Successful in 1m10s
First CI / test (push) Failing after 3s

This commit is contained in:
WojoMax 2024-11-26 13:49:27 +01:00
parent cba210dc76
commit f977f83301

View File

@ -10,7 +10,10 @@ jobs:
dotnet-version: '8.0.x' dotnet-version: '8.0.x'
- run: dotnet restore - run: dotnet restore
- run: dotnet build - run: dotnet build
test: test:
steps: steps:
- name: trying to run - name: trying to run
run: dotnet run run: dotnet run
needs:
- build