mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-24 23:15:23 -07:00
a
This commit is contained in:
parent
71bfbb1d44
commit
610507d1f7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/automation-tests.yml
vendored
3
.github/workflows/automation-tests.yml
vendored
|
@ -34,6 +34,9 @@ jobs:
|
|||
- name: Install Frontend Deps
|
||||
run: yarn --cwd ./src/Ombi/ClientApp install
|
||||
|
||||
- name: Install Test Dependencies
|
||||
run: yarn --cwd ./tests install
|
||||
|
||||
- name: Start Frontend
|
||||
run: |
|
||||
nohup yarn --cwd ./src/Ombi/ClientApp start &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue