Skip to content

Commit 13aecfd

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

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

274-
- name: Build the unit tests
274+
- name: Build & run the unit tests
275275
run: |
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`
276+
dotnet test $env:UNIT_TESTS_PROJECT_PATH -c $env:CONFIGURATION -a $env:PLATFORM

0 commit comments

Comments
 (0)