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 ./...