Skip to content

Commit fc63f71

Browse files
committed
feat(button): just declare accept extra build
1 parent 938e8ce commit fc63f71

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ jobs:
313313
run: npm ci
314314

315315

316-
- name: Ensure browsers are installed
317-
run: pwsh TELBlazor.Components.ShowCase.E2ETests/bin/Debug/net8.0/playwright.ps1 install --with-deps
316+
318317

319318
- name: Build and create package locally
320319
env:
@@ -344,11 +343,21 @@ jobs:
344343
/p:E2ETracingEnabled=$E2E_TRACING_ENABLED \
345344
/p:HeadlessTesting=$HEADLESS_TESTING
346345
347-
346+
- name: Ensure browsers are installed
347+
run: pwsh TELBlazor.Components.ShowCase.E2ETests/bin/Debug/net8.0/playwright.ps1 install --with-deps
348348

349349

350350
- name: E2E tests excepted filtered
351-
run: dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" TELBlazor.Components.ShowCase.E2ETests.csproj --no-build --no-restore --verbosity minimal
351+
env:
352+
TELBlazorPackageVersion: $TELBLAZOR_PACKAGE_VERSION
353+
NupkgOutputPath: $TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH
354+
UseTELBlazorComponentsProjectReference: $USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE
355+
TELBlazorPackageSource: $TELBLAZOR_PACKAGE_SOURCE
356+
DisablePackageGeneration: $DISABLE_PACKAGE_GENERATION
357+
E2ETracingEnabled: $E2E_TRACING_ENABLED
358+
HeadlessTesting: $HEADLESS_TESTING
359+
run: |
360+
dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" TELBlazor.Components.ShowCase.E2ETests.csproj --no-build --no-restore --verbosity minimal
352361
working-directory: ./TELBlazor.Components.ShowCase.E2ETests
353362

354363

0 commit comments

Comments
 (0)