Skip to content

Commit

Permalink
fe
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Bellone committed Jan 15, 2024
1 parent 8da6376 commit b3e2c12
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 @@ -94,8 +94,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Test Core
run: dotnet test ${{ env.ADR_TESTPROJECT_CORE_FILE}} --runtime ${{ env.WINDOWS_RUNTIME}} --verbosity normal
working-directory: ./src/tests
run: dotnet test adr-core-tests/adr-core-tests.csproj --runtime ${{ env.WINDOWS_RUNTIME}} --verbosity normal
working-directory: tests

# publish_windows:
# name: Publish Windows package
Expand Down

0 comments on commit b3e2c12

Please sign in to comment.