From f777121f05b54e0e4237d521918ee276f44a02f4 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:10:04 -0500 Subject: [PATCH] chore: explicitly install msedge --- .github/workflows/pull_request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e7da088..142f4f8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -48,6 +48,9 @@ jobs: - name: Install playwright shell: pwsh run: ./test/Blog.Tests/bin/Debug/net10.0/playwright.ps1 install + - name: Install msedge + shell: pwsh + run: ./test/Blog.Tests/bin/Debug/net10.0/playwright.ps1 install msedge - name: Test project run: dotnet test -e DOTNET_ENVIRONMENT=CI --no-build --verbosity normal -s ./test/Blog.Tests/ci.runsettings - name: Upload test results