From 805cfef27e121a06f5b4d445ff226d96639f7a86 Mon Sep 17 00:00:00 2001 From: David Pine Date: Fri, 13 Oct 2023 10:56:53 -0500 Subject: [PATCH] Fix test path... --- .github/workflows/build-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index cff9130..eafb891 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -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: |