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 fd9e80a commit 0621bc6Copy full SHA for 0621bc6
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
run: dotnet build --configuration Release
27
28
- name: 🚀 Install Playwright browsers
29
- run: pwsh bin/Debug/net8.0/playwright.ps1 install
+ run: dotnet playwright install
30
31
- name: 🧪 Run UI tests
32
run: dotnet test --configuration Release --logger "console;verbosity=detailed"
0 commit comments