Skip to content

Commit bbe20cd

Browse files
committed
Update ci.yml
1 parent 13aecfd commit bbe20cd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ jobs:
271271
with:
272272
global-json-file: global.json
273273

274-
- name: Build & run the unit tests
274+
- name: Build the unit tests
275275
run: |
276-
dotnet test $env:UNIT_TESTS_PROJECT_PATH -c $env:CONFIGURATION -a $env:PLATFORM
276+
dotnet build $env:UNIT_TESTS_PROJECT_PATH -c $env:CONFIGURATION -a $env:PLATFORM
277+
278+
- name: Run the unit tests
279+
run: |
280+
dotnet test $env:UNIT_TESTS_PROJECT_DIR\bin\**\Files.App.UnitTests.dll

0 commit comments

Comments
 (0)