Skip to content

Commit

Permalink
Fix test path...
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Oct 13, 2023
1 parent bb0d294 commit 805cfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Install Playwright dependencies
run: |
pwsh ./tests/Blazor.ExampleConsumer.EndToEndTests/bin/Release/net7.0/playwright.ps1 install --with-deps
pwsh ./tests/Blazor.ExampleConsumer.EndToEndTests/bin/Release/net8.0/playwright.ps1 install --with-deps
- name: Run end-to-end tests
run: |
Expand Down

0 comments on commit 805cfef

Please sign in to comment.