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
OpenDAS
vision
Commits
784ee2b8
Unverified
Commit
784ee2b8
authored
Sep 23, 2022
by
Philip Meier
Committed by
GitHub
Sep 23, 2022
Browse files
always run all prototype tests in CI (#6633)
parent
f725901d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
.github/workflows/prototype-tests.yml
.github/workflows/prototype-tests.yml
+7
-0
No files found.
.github/workflows/prototype-tests.yml
View file @
784ee2b8
...
@@ -39,7 +39,12 @@ jobs:
...
@@ -39,7 +39,12 @@ jobs:
-
name
:
Install test requirements
-
name
:
Install test requirements
run
:
pip install --progress-bar=off pytest pytest-mock pytest-cov
run
:
pip install --progress-bar=off pytest pytest-mock pytest-cov
-
name
:
Mark setup as complete
id
:
setup
run
:
exit
0
-
name
:
Run prototype datasets tests
-
name
:
Run prototype datasets tests
if
:
success() || ( failure() && steps.setup.conclusion == 'success' )
shell
:
bash
shell
:
bash
run
:
|
run
:
|
pytest \
pytest \
...
@@ -49,6 +54,7 @@ jobs:
...
@@ -49,6 +54,7 @@ jobs:
test/test_prototype_datasets*.py
test/test_prototype_datasets*.py
-
name
:
Run prototype transforms tests
-
name
:
Run prototype transforms tests
if
:
success() || ( failure() && steps.setup.conclusion == 'success' )
shell
:
bash
shell
:
bash
run
:
|
run
:
|
pytest \
pytest \
...
@@ -58,6 +64,7 @@ jobs:
...
@@ -58,6 +64,7 @@ jobs:
test/test_prototype_transforms*.py
test/test_prototype_transforms*.py
-
name
:
Run prototype models tests
-
name
:
Run prototype models tests
if
:
success() || ( failure() && steps.setup.conclusion == 'success' )
shell
:
bash
shell
:
bash
run
:
|
run
:
|
pytest \
pytest \
...
...
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