diff --git a/.github/workflows/logstation-ci.yml b/.github/workflows/logstation-ci.yml index a003631..65ffa24 100644 --- a/.github/workflows/logstation-ci.yml +++ b/.github/workflows/logstation-ci.yml @@ -21,9 +21,11 @@ jobs: - name: Install web run: yarn install + working-directory: ./web - name: Build web with Yarn - run: yarn --cwd web build + run: yarn build + working-directory: ./web - name: Set up Go uses: actions/setup-go@v3 @@ -34,4 +36,4 @@ jobs: run: go build -v ./... - name: Test - run: go test -v ./... \ No newline at end of file + run: go test -v ./...