mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Container: Remove Elixir Matchers to prevent useless warnings in github actions page
This commit is contained in:
parent
d15cf994a2
commit
fbfcebf417
1 changed files with 8 additions and 0 deletions
8
.github/workflows/container.yml
vendored
8
.github/workflows/container.yml
vendored
|
@ -55,6 +55,14 @@ jobs:
|
|||
elixir-version: ${{ env.ELIXIR_VSN }}
|
||||
version-type: strict
|
||||
|
||||
- name: Remove Elixir Matchers
|
||||
run: |
|
||||
echo "::remove-matcher owner=elixir-mixCompileWarning::"
|
||||
echo "::remove-matcher owner=elixir-credoOutputDefault::"
|
||||
echo "::remove-matcher owner=elixir-mixCompileError::"
|
||||
echo "::remove-matcher owner=elixir-mixTestFailure::"
|
||||
echo "::remove-matcher owner=elixir-dialyzerOutputDefault::"
|
||||
|
||||
- name: Build musl-libc based binary archives
|
||||
run: |
|
||||
sed -i "s|targets='.*'|targets='x86_64-linux-musl aarch64-linux-musl'|" tools/make-binaries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue