Skip to content

Commit

Permalink
Don't run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 13, 2024
1 parent 135e49d commit 4376eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
SECRET_API_KEY: ${{ secrets.SECRET_API_KEY }}
SECRET_LOG_ID: ${{ secrets.SECRET_LOG_ID }}
SECRET_HEARTBEAT_ID: ${{ secrets.SECRET_HEARTBEAT_ID }}
run: dotnet test --no-restore --verbosity normal
run: dotnet test --no-restore --verbosity normal --parallel none

- name: Pack
run: dotnet pack --configuration Release src/Elmah.Io.Client/Elmah.Io.Client.csproj /p:Version=5.2.${{ github.run_number }}-pre
Expand Down

0 comments on commit 4376eab

Please sign in to comment.