Skip to content

Commit 060fab2

Browse files
committed
feat(button): cicd test
1 parent cf1dc99 commit 060fab2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,14 @@ jobs:
192192
/p:E2ETracingEnabled=$E2E_TRACING_ENABLED
193193
194194
- name: Run Unit tests
195-
run: dotnet test "./TELBlazor.Components.UnitTests/TELBlazor.Components.UnitTests.csproj" --no-build --verbosity normal
195+
run: dotnet test "TELBlazor.Components.UnitTests.csproj" --no-build --verbosity normal
196+
working-directory: TELBlazor.Components.UnitTests
196197
env:
197198
ASPNETCORE_ENVIRONMENT: ci
199+
200+
# - name: Run bUnit tests
201+
# run: dotnet test Package.Shared.BlazorComponents.UnitTests.csproj --no-build --verbosity minimal
202+
# working-directory: Package.Shared.BlazorComponents.UnitTests
198203

199204

200205

@@ -211,6 +216,12 @@ jobs:
211216
- name: See other project pipeline for Tests
212217
run: echo " See other project pipeline for Tests this is a placeholder"
213218

219+
# - name: Ensure browsers are installed
220+
# run: pwsh Test.BrowserBased.UnitE2ETests/bin/Debug/net8.0/playwright.ps1 install --with-deps
221+
222+
# - name: Playwright test run excepted filtered
223+
# run: dotnet test --filter "Category!=LocalOnly & Category!=HeadlessFalse" Test.BrowserBased.UnitE2ETests.csproj --no-restore --verbosity minimal
224+
# working-directory: Test.BrowserBased.UnitE2ETests
214225

215226
reuseable-ci-checks-code-coverage:
216227
name: Check for code coverage

0 commit comments

Comments
 (0)