diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index adb22e3ca..3bd3c1259 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,5 +32,5 @@ jobs: - uses: bahmutov/npm-install@v1 - run: yarn format:check # - run: yarn lint - - run: yarn build + - run: yarn build:notests - run: yarn test:ci