Skip to content

Commit 99d61ff

Browse files
committed
make CI: Disable Elixir problem matchers in tests
They are still enabled in the build job.
1 parent acb93fa commit 99d61ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
hexpm-mirrors: |
3535
https://builds.hex.pm
3636
https://cdn.jsdelivr.net/hex
37+
# This currently only applies to Elixir; and can be safely
38+
# restricted to the build jobs to avoid duplication in output.
39+
disable_problem_matchers: true
3740

3841
- name: SETUP DOTNET (rabbit)
3942
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)