Skip to content

Commit

Permalink
Minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Jan 11, 2023
1 parent ed441fc commit b56a6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
- name: Build end-to-end tests
run: |
dotnet build ./tests/Blazor.ExampleConsumer.EndToEndTests/Blazor.ExampleConsumer.EndToEndTests.csproj -c Release
dotnet build ./tests/Blazor.ExampleConsumer.EndToEndTests/Blazor.ExampleConsumer.EndToEndTests.csproj
- 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/Debug/net7.0/playwright.ps1 install --with-deps
- name: Run end-to-end tests
run: |
Expand Down

0 comments on commit b56a6b4

Please sign in to comment.