Skip to content

Commit fbf8626

Browse files
committed
Use the TUNIT_DISABLE_GITHUB_REPORTER environment variable
Thanks to thomhurst/TUnit#2716
1 parent 4ab3141 commit fbf8626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: dotnet run --project tools/mmd/mmd.csproj -- README.md ${{ github.sha }} README.md
5555
- name: 🧪 Run tests
5656
env:
57-
DISABLE_GITHUB_REPORTER: true
57+
TUNIT_DISABLE_GITHUB_REPORTER: true
5858
# The .nupkg file is created as part of integration tests
5959
run: dotnet test --no-build
6060
- name: 📤 Upload test results

0 commit comments

Comments
 (0)