We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f300e commit 2eb9539Copy full SHA for 2eb9539
.github/workflows/dotnet-playwright.yml
@@ -26,7 +26,7 @@ jobs:
26
run: dotnet build --configuration Release --no-restore
27
28
- name: Install Playwright browsers for .NET
29
- run: pwsh -Command "dotnet tool run playwright install --with-deps"
+ run: dotnet playwright install --with-deps
30
31
- name: Run Playwright Tests
32
run: dotnet test --configuration Release --logger "trx;LogFileName=test_results.trx"
0 commit comments