Skip to content

Commit 1b77be8

Browse files
committed
CI: remove diagnostic scaffolding now that build is green
https://claude.ai/code/session_01GwHuC47PH81Zw3EUfgkrYN
1 parent f6481e8 commit 1b77be8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ jobs:
2525
run: dotnet restore src/HealthNerd.Wasm/HealthNerd.Wasm.csproj
2626

2727
- name: Build
28-
run: dotnet build src/HealthNerd.Wasm/HealthNerd.Wasm.csproj -c Release --no-restore -v normal 2>&1 | tee /tmp/build-output.txt; exit ${PIPESTATUS[0]}
29-
30-
- name: Show build errors
31-
if: failure()
32-
run: grep -E "error CS|Error\(s\)|error :" /tmp/build-output.txt || cat /tmp/build-output.txt
28+
run: dotnet build src/HealthNerd.Wasm/HealthNerd.Wasm.csproj -c Release --no-restore
3329

3430
- name: Publish (dry-run to verify WASM output)
3531
run: dotnet publish src/HealthNerd.Wasm/HealthNerd.Wasm.csproj -c Release --no-restore -o ./publish

0 commit comments

Comments
 (0)