Skip to content

Commit

Permalink
Fix release pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Nov 22, 2024
1 parent 148d855 commit 119313f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install Playwright dependencies
run: |
pwsh ./tests/Blazor.ExampleConsumer.EndToEndTests/bin/Release/net8.0/playwright.ps1 install --with-deps
pwsh ./tests/Blazor.ExampleConsumer.EndToEndTests/bin/Release/net9.0/playwright.ps1 install --with-deps
- name: Run end-to-end tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Playwright dependencies
run: |
pwsh ./tests/Blazor.ExampleConsumer.EndToEndTests/bin/Release/net8.0/playwright.ps1 install --with-deps
pwsh ./tests/Blazor.ExampleConsumer.EndToEndTests/bin/Release/net9.0/playwright.ps1 install --with-deps
- name: Run end-to-end tests
run: |
Expand Down

0 comments on commit 119313f

Please sign in to comment.