File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,10 @@ jobs:
312312 working-directory : ./TELBlazor.Components
313313 run : npm ci
314314
315+
316+ - name : Ensure browsers are installed
317+ run : pwsh TELBlazor.Components.ShowCase.E2ETests/bin/Debug/net8.0/playwright.ps1 install --with-deps
318+
315319 - name : Build and create package locally
316320 env :
317321 # Overwrite package generation
@@ -341,8 +345,7 @@ jobs:
341345 /p:HeadlessTesting=$HEADLESS_TESTING
342346
343347
344- - name : Ensure browsers are installed
345- run : pwsh TELBlazor.Components.ShowCase.E2ETests/bin/Debug/net8.0/playwright.ps1 install --with-deps
348+
346349
347350 - name : E2E tests excepted filtered
348351 run : dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" TELBlazor.Components.ShowCase.E2ETests.csproj --no-build --no-restore --verbosity minimal
You can’t perform that action at this time.
0 commit comments