Skip to content

Commit

Permalink
#196 seperate job is inpossible, giving up on it
Browse files Browse the repository at this point in the history
  • Loading branch information
Senn Geerts authored and Senn Geerts committed Jul 13, 2024
1 parent e739072 commit ba95b28
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,3 @@ jobs:
run: dotnet format --verify-no-changes --no-restore *.sln
env:
PATH: ${{ github.env.PATH }}:/home/runner/.dotnet/tools

unit-test:
needs: build
runs-on: ubuntu-latest
steps:
- name: unit test
run: dotnet test --no-build --configuration Debug

0 comments on commit ba95b28

Please sign in to comment.