Skip to content

Commit 4e54045

Browse files
committed
feat: 7723-testing fix 6
1 parent 504cdd9 commit 4e54045

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/dotnet-tests.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,9 @@ jobs:
2626
with:
2727
dotnet-version: '8.0.x' # Change as per your project needs
2828

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-
3529
- name: Run Unit Tests
3630
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
31+
make test-unit
4032
4133
- name: Upload Test Results
4234
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)