From b56a6b45819aa03f44fef0ddb4c4528f7c11b46e Mon Sep 17 00:00:00 2001 From: David Pine Date: Tue, 10 Jan 2023 18:02:15 -0600 Subject: [PATCH] Minor clean up --- .github/workflows/build-validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index dcbbde6..c4c2cc8 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -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: |