-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it easier to debug in the current pull request
We: - (temporarily) remove rebar3_lint to re-enable it later - stop failing fast (this can be considered as an enhancement)
- Loading branch information
1 parent
e4d402d
commit c719e11
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ jobs: | |
runs-on: ${{ matrix.tuple.os }} | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
tuple: | ||
- otp_version: 27 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters