Skip to content

Commit 938e8ce

Browse files
committed
feat(button): really
1 parent 838e3dd commit 938e8ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)