Skip to content

Commit

Permalink
Fixed test project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty committed Aug 21, 2021
1 parent 49f6216 commit f8c27e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: dotnet build -c Release --no-restore src/$PROJECT_NAME.TestExtensions/$PROJECT_NAME.TestExtensions.csproj

- name: Testing...
run: dotnet test -c Release --no-restore --verbosity normal tests/Blazored.$PROJECT_NAME.Tests
run: dotnet test -c Release --no-restore --verbosity normal tests/$PROJECT_NAME.Tests

0 comments on commit f8c27e5

Please sign in to comment.