Skip to content

Commit b4dea97

Browse files
author
Moreno
committed
Change order of the CI tests: pytest + example_driver.py
1 parent 30b2ca5 commit b4dea97

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/CI_FAModel.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,16 @@ jobs:
4949
- name: Overwrite MoorPy
5050
run: |
5151
pip install git+https://github.com/NREL/MoorPy@dev
52+
53+
- name: Test run
54+
run: |
55+
cd tests
56+
pytest .
5257
5358
- name: Example run
5459
run: |
5560
cd examples
5661
python example_driver.py false
5762
58-
- name: Test run
59-
run: |
60-
cd tests
61-
pytest .
63+
6264

0 commit comments

Comments
 (0)