Skip to content

Commit 0621bc6

Browse files
Update main.yml
1 parent fd9e80a commit 0621bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: dotnet build --configuration Release
2727

2828
- name: 🚀 Install Playwright browsers
29-
run: pwsh bin/Debug/net8.0/playwright.ps1 install
29+
run: dotnet playwright install
3030

3131
- name: 🧪 Run UI tests
3232
run: dotnet test --configuration Release --logger "console;verbosity=detailed"

0 commit comments

Comments
 (0)