Skip to content

Commit e43c6a2

Browse files
author
Moreno
committed
Update CI workflow in anchor_clean_branch
1 parent 2529e64 commit e43c6a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/CI_FAModel.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ jobs:
5050
run: |
5151
pip install git+https://github.com/NREL/MoorPy@dev
5252
53+
- name: Test run
54+
run: |
55+
cd tests
56+
pytest .
57+
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 .
6263

0 commit comments

Comments
 (0)