Skip to content

Commit

Permalink
Correcting work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yelodevopsi committed Oct 19, 2023
1 parent ba5701b commit 2f84a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
working-directory: backend/Api/
working-directory: backend/
run: dotnet restore
- name: Test with dotnet
working-directory: backend/Api/
working-directory: backend/
run: dotnet test --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"
- name: Upload dotnet test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2f84a8a

Please sign in to comment.