Skip to content

Commit

Permalink
Update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Triky313 committed Dec 28, 2023
1 parent 289ec30 commit 1fe3984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-and-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: dotnet restore src\StatisticsAnalysisTool

- name: 🛠 dotnet build
run: dotnet build src\StatisticsAnalysisTool
run: dotnet build src\StatisticsAnalysisTool --no-restore

- name: 🧪 Execute unit tests (Only debug)
if: ${{ matrix.configuration == 'Debug' }}
Expand Down

0 comments on commit 1fe3984

Please sign in to comment.