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
Gmodena
platform-airflow-dags
Commits
53aed072
Commit
53aed072
authored
Nov 11, 2021
by
Gmodena
Browse files
Run dag validation in CI (1)
parent
79075dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
53aed072
...
...
@@ -30,13 +30,12 @@ jobs:
dag-validation
:
runs-on
:
ubuntu-latest
continue-on-error
:
true
python-version
:
[
"
3.7"
,
]
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Python
${{ matrix.python-version }}
-
name
:
Set up Python
uses
:
actions/setup-python@v2
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
"
3.7"
-
name
:
Install tox
run
:
pip install tox
-
name
:
Test with pytest
...
...
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