Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cparle
platform-airflow-dags
Commits
a92f3b03
Commit
a92f3b03
authored
Nov 08, 2021
by
Gmodena
Browse files
Don't cancel in-progress jobs if any fails (1)
parent
df42988e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
a92f3b03
...
...
@@ -6,7 +6,6 @@ jobs:
build
:
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
max-parallel
:
4
matrix
:
python-version
:
[
3.7
,
]
...
...
@@ -21,4 +20,5 @@ jobs:
-
name
:
Lint with flake8
run
:
cd ${{ matrix.pet-data-pipeline }}; make lint SKIP_DOCKER=true
-
name
:
Test with pytest
if
:
always()
run
:
cd ${{ matrix.pet-data-pipeline }}; make test SKIP_DOCKER=true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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