Skip to content

Commit 8725c97

Browse files
chore(cicd): temp disable tests (#379)
1 parent 26d65bf commit 8725c97

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

.github/workflows/cicd.yml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515
actions: write
1616
checks: write
1717
issues: write
18+
pull-requests: write
1819

1920
name: Create Release
2021
jobs:
@@ -36,27 +37,27 @@ jobs:
3637
- name: Dotnet Build
3738
run: dotnet build -c Release
3839

39-
- name: Run App
40-
working-directory: ${{ matrix.path }}
41-
run: Start-Process dotnet 'run','-c','Release','--launch-profile','https' -PassThru
42-
shell: pwsh
43-
44-
- name: Install Playwright
45-
working-directory: tests/BlazorApplicationInsights.Tests/bin/Release/net9.0
46-
run: ./playwright.ps1 install --with-deps
47-
shell: pwsh
48-
49-
- name: Run Tests
50-
working-directory: tests/BlazorApplicationInsights.Tests
51-
run: dotnet test -c Release --logger "trx;LogFileName=test-results.trx"
52-
53-
- name: Test Report
54-
uses: dorny/test-reporter@v2
55-
if: success() || failure()
56-
with:
57-
name: KubeUI Tests
58-
path: tests/BlazorApplicationInsights.Tests/TestResults/test-results.trx
59-
reporter: dotnet-trx
40+
#- name: Run App
41+
# working-directory: ${{ matrix.path }}
42+
# run: Start-Process dotnet 'run','-c','Release','--launch-profile','https' -PassThru
43+
# shell: pwsh
44+
45+
#- name: Install Playwright
46+
# working-directory: tests/BlazorApplicationInsights.Tests/bin/Release/net9.0
47+
# run: ./playwright.ps1 install --with-deps
48+
# shell: pwsh
49+
50+
#- name: Run Tests
51+
# working-directory: tests/BlazorApplicationInsights.Tests
52+
# run: dotnet test -c Release --logger "trx;LogFileName=test-results.trx"
53+
54+
#- name: Test Report
55+
# uses: dorny/test-reporter@v2
56+
# if: success() || failure()
57+
# with:
58+
# name: KubeUI Tests
59+
# path: tests/BlazorApplicationInsights.Tests/TestResults/test-results.trx
60+
# reporter: dotnet-trx
6061

6162
build:
6263
name: Create Release

0 commit comments

Comments
 (0)