Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
ba74e770
Commit
ba74e770
authored
Aug 24, 2021
by
Johny Mattsson
Browse files
Disabled fail-fast on builds.
I want to see what the full damage is, thank you :)
parent
dc27e9f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
ba74e770
...
@@ -6,6 +6,7 @@ jobs:
...
@@ -6,6 +6,7 @@ jobs:
build
:
build
:
strategy
:
strategy
:
fail-fast
:
false
matrix
:
matrix
:
lua_ver
:
[
'
5.1'
,
'
5.3'
]
lua_ver
:
[
'
5.1'
,
'
5.3'
]
numbers
:
[
'
default'
,
'
alternate'
]
numbers
:
[
'
default'
,
'
alternate'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment