Skip to content

Commit d6cf616

Browse files
committed
t
1 parent 024e9d7 commit d6cf616

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,6 @@ jobs:
2727
shell: bash
2828
working-directory: templates
2929

30-
- run: dotnet test -c Release -f net8.0 --no-build --collect:"XPlat Code Coverage" --consoleLoggerParameters:"Summary;Verbosity=Minimal"
31-
id: test-net80
32-
33-
- run: dotnet test -c Release -f net9.0 --no-build --collect:"XPlat Code Coverage" --consoleLoggerParameters:"Summary;Verbosity=Minimal"
34-
if: matrix.os == 'ubuntu-latest'
35-
id: test-net90
36-
37-
- run: npm i -g @percy/cli
38-
if: matrix.os == 'ubuntu-latest'
39-
40-
- run: percy exec -- dotnet test -c Release -f net8.0 --filter Stage=Percy --no-build --collect:"XPlat Code Coverage"
41-
if: matrix.os == 'ubuntu-latest'
42-
env:
43-
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
44-
45-
- uses: codecov/codecov-action@v5
46-
if: matrix.os == 'ubuntu-latest'
47-
with:
48-
fail_ci_if_error: false
49-
token: ${{ secrets.CODECOV_TOKEN }}
50-
5130
- run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV
5231
if: matrix.os == 'ubuntu-latest'
5332

0 commit comments

Comments
 (0)