From 610507d1f775cf18d7ac5249983e39dbfcf46a3f Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sun, 24 Aug 2025 22:28:54 +0100 Subject: [PATCH] a --- .github/workflows/automation-tests.yml | 3 +++ 1 file changed, 3 insertions(+) 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 &