diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1600b917..f19176d6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,10 @@ jobs: node-version: 16 cache: 'npm' - run: | - pushd web + cd web yarn install yarn build - popd + cd .. - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: