mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 01:22:15 +03:00
* Revert "Fail the CI if tests emit log errors/warnings (#2694)"
This reverts commit ef894b0546
.
* Mute a test
This commit is contained in:
parent
3417b2dd0e
commit
59a76dedf1
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
- name: Check Credo Warnings
|
||||
run: mix credo diff --from-git-merge-base origin/master
|
||||
- name: Run tests
|
||||
run: mix test --include slow --max-failures 1 --warnings-as-errors | grep -P '\[(warning|error)\]' && echo "Log lines found. Capture log output in tests. Aborting." && exit 1 || exit 0
|
||||
run: mix test --include slow --max-failures 1 --warnings-as-errors
|
||||
- name: Check Dialyzer
|
||||
run: mix dialyzer
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user