chore: explicitly install msedge
This commit is contained in:
@@ -48,6 +48,9 @@ jobs:
|
|||||||
- name: Install playwright
|
- name: Install playwright
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: ./test/Blog.Tests/bin/Debug/net10.0/playwright.ps1 install
|
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
|
- name: Test project
|
||||||
run: dotnet test -e DOTNET_ENVIRONMENT=CI --no-build --verbosity normal -s ./test/Blog.Tests/ci.runsettings
|
run: dotnet test -e DOTNET_ENVIRONMENT=CI --no-build --verbosity normal -s ./test/Blog.Tests/ci.runsettings
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
|
|||||||
Reference in New Issue
Block a user