Skip to content

Commit 85c009f

Browse files
committed
WIP
1 parent 1ac4538 commit 85c009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ jobs:
109109
run: mix format --check-formatted
110110

111111
- name: Run tests
112-
if: ${{ matrix.elixir != '1.13' }}
113112
run: mix test
114113

115114
- name: Run flaky logger test
115+
if: ${{ matrix.elixir != '1.13' }}
116116
run: mix test test/sentry/logger_handler_test.exs:61 --repeat-until-failure 100
117117

118118
- name: Run integration tests

0 commit comments

Comments
 (0)