Skip to content

Commit

Permalink
Using a single job
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron committed Apr 15, 2024
1 parent dd7d18e commit df83dff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-core-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ jobs:
run: dotnet build ${{ env.PROJECTS }} --configuration Release
working-directory: ${{ github.workspace }}

Test:

needs: Build

runs-on: windows-latest

steps:
- name: Test
run: dotnet test ${{ env.TESTS }} --verbosity normal --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:DebugType=Full
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit df83dff

Please sign in to comment.