Skip to content

Commit 55ba181

Browse files
Mazyodclaude
andcommitted
ci: exclude integration tests from CI
Integration tests depend on an external Phoenix server and should not block CI when the server is temporarily unreachable. They can still be run locally or manually with: dotnet test --filter "Category=Integration" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c129d23 commit 55ba181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: dotnet build --no-restore
3333
- name: Test
34-
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage"
34+
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --filter "Category!=Integration"
3535
- name: Upload coverage to Codecov
3636
uses: codecov/codecov-action@v5
3737
with:

0 commit comments

Comments
 (0)