diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8cecbbb..e0abc54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,13 +39,13 @@ jobs: restore-keys: | ${{ runner.os }}-node- + - name: Build UI + run: make ui + - name: Run lint uses: golangci/golangci-lint-action@v4 with: version: latest - - name: Build UI - run: make ui - - name: Run test run: make test