Skip to content

Commit

Permalink
updated action fixed testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
miawinter98 committed Apr 24, 2024
1 parent 933e0af commit fb55641
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget
- name: Install dependencies
run: dotnet restore

- name: Build
run: dotnet build
run: dotnet restore ${{ env.TEST_PROJECT }}

- name: Test with the dotnet CLI
run: dotnet test ${{ env.TEST_PROJECT }}

0 comments on commit fb55641

Please sign in to comment.