diff --git a/.github/workflows/automation-tests.yml b/.github/workflows/automation-tests.yml index 48554ba29..430c9c52b 100644 --- a/.github/workflows/automation-tests.yml +++ b/.github/workflows/automation-tests.yml @@ -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 &