We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504cdd9 commit 4e54045Copy full SHA for 4e54045
.github/workflows/dotnet-tests.yml
@@ -26,17 +26,9 @@ jobs:
26
with:
27
dotnet-version: '8.0.x' # Change as per your project needs
28
29
- - name: Restore Dependencies
30
- run: dotnet restore application/CohortManager/src/Functions/Functions.sln
31
-
32
- - name: Build Solution
33
- run: dotnet build application/CohortManager/src/Functions/Functions.sln --no-restore --configuration Release
34
35
- name: Run Unit Tests
36
run: |
37
- dotnet test application/CohortManager/src/Functions/Functions.sln --no-build --configuration Release \
38
- --logger "trx;LogFileName=test_results.trx" \
39
- --results-directory TestResults
+ make test-unit
40
41
- name: Upload Test Results
42
uses: actions/upload-artifact@v4
0 commit comments