diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5aefc6..9d906de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: with: version: 8 - run: pnpm install - - run: pnpm test + - run: pnpm test run build: runs-on: ubuntu-latest