From af534ff20a7dbf4dcabafa0016d2c046b4975d7c Mon Sep 17 00:00:00 2001 From: Joker <1465267+JokerQyou@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:46:06 +0800 Subject: [PATCH] build frontend before testing backend --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53d4eb1..f08352d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,9 @@ jobs: run: sudo apt update && sudo apt install -y libappindicator3-dev gcc libgtk-3-dev libxapp-dev if: matrix.os == 'ubuntu-latest' + - name: Build frontend + run: cd frontend && npm run build + - name: Test run: go test -v ./...