Skip to content

Commit

Permalink
Use debug config for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed Jul 7, 2024
1 parent c74a9c7 commit 53c71d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: dotnet tool restore

- name: Build ContentPipeline
run: dotnet build --configuration Debug --no-restore ${{github.workspace}}/LDtk.ContentPipeline/LDtk.ContentPipeline.csproj
run: dotnet build --no-restore ${{github.workspace}}/LDtk.ContentPipeline/LDtk.ContentPipeline.csproj

- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 53c71d3

Please sign in to comment.