Skip to content

Commit 0831f1e

Browse files
committed
Run app before Cypress
1 parent c09ca71 commit 0831f1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
run: |
3838
pip install pytest
3939
python -m pytest
40+
- name: Run App
41+
run: |
42+
script/server
4043
- name: Cypress
4144
uses: cypress-io/[email protected]
4245
with:

0 commit comments

Comments
 (0)