From 8a46ac28bb3a12c7fc6556e2bc310da6c93ae3f1 Mon Sep 17 00:00:00 2001 From: Jeremy Poulter Date: Tue, 31 Oct 2023 19:44:57 +0000 Subject: [PATCH] Updated release checks for GUI v2 --- .github/workflows/release_validation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_validation.yaml b/.github/workflows/release_validation.yaml index 90e17bdc..a8cac1a9 100644 --- a/.github/workflows/release_validation.yaml +++ b/.github/workflows/release_validation.yaml @@ -25,12 +25,12 @@ jobs: - name: Install dependencies run: | - cd gui + cd gui-v2 npm install - name: Build GUI run: | - cd gui + cd gui-v2 npm run build - name: Check the pre-built GUI files are up-to-date