From e81fd39f4ac3963dc12e27c8d06ccb4f75c689f7 Mon Sep 17 00:00:00 2001 From: Jacob Mellin Date: Fri, 2 Feb 2024 12:52:36 +0100 Subject: [PATCH] Install frontend deps in webdriver workflow --- .github/workflows/webdriver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webdriver.yml b/.github/workflows/webdriver.yml index 6d47fff..4ba8698 100644 --- a/.github/workflows/webdriver.yml +++ b/.github/workflows/webdriver.yml @@ -40,7 +40,7 @@ jobs: toolchain: stable - name: Frontend build - run: npm run build + run: npm install && npm run build # we run our rust tests before the webdriver tests to avoid testing a broken application - name: Cargo test