Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Triky313 committed Dec 1, 2024
2 parents 74d8e63 + b5db262 commit 6c0dc15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-build-and-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '--wip')"
strategy:
matrix:
configuration: [Debug, Release]
configuration: [Release]
runs-on: windows-2022
env:
Solution_Name: StatisticsAnalysisTool.sln
Expand All @@ -37,6 +37,5 @@ jobs:
- name: 🛠 dotnet build
run: dotnet build src\StatisticsAnalysisTool --no-restore

- name: 🧪 Execute unit tests (Only debug)
if: ${{ matrix.configuration == 'Debug' }}
- name: 🧪 Execute unit tests
run: dotnet test $env:Test_Project_Path

0 comments on commit 6c0dc15

Please sign in to comment.