This commit is contained in:
tidusjar 2025-08-24 22:28:54 +01:00
commit 610507d1f7

View file

@ -34,6 +34,9 @@ jobs:
- name: Install Frontend Deps - name: Install Frontend Deps
run: yarn --cwd ./src/Ombi/ClientApp install run: yarn --cwd ./src/Ombi/ClientApp install
- name: Install Test Dependencies
run: yarn --cwd ./tests install
- name: Start Frontend - name: Start Frontend
run: | run: |
nohup yarn --cwd ./src/Ombi/ClientApp start & nohup yarn --cwd ./src/Ombi/ClientApp start &