Skip to content

Commit

Permalink
Add workingDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Bellone committed Jan 15, 2024
1 parent 609bc5a commit 8da6376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Test
- name: Test Core
run: dotnet test ${{ env.ADR_TESTPROJECT_CORE_FILE}} --runtime ${{ env.WINDOWS_RUNTIME}} --verbosity normal
#working-directory: tests
working-directory: ./src/tests

# publish_windows:
# name: Publish Windows package
Expand Down

0 comments on commit 8da6376

Please sign in to comment.