Skip to content

Commit bc61ded

Browse files
committed
Pull the webapp before testing
This is required for the lifecycle test to complete.
1 parent 71dfd89 commit bc61ded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ jobs:
182182
git config --global user.name "Sir Unit of Test"
183183
git config --global user.email "bogus@email.com"
184184
185+
- name: Pull OFM web app
186+
run: python ./pull-webapp.py
187+
185188
- name: Run OFM unit tests
186189
run: pytest
187190

0 commit comments

Comments
 (0)