diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c76842..bd0eb8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,13 +62,11 @@ jobs: run: yarn lint - name: Run tests - run: yarn turbo run test --filter=@zagdang/ui -- --runInBand --ci + run: yarn turbo run test --filter=@zagdang/ui -- --runInBand - name: Build project run: | yarn turbo build --parallel - env: - NODE_OPTIONS: --max-old-space-size=4096 - name: Build Storybook run: yarn turbo run build-storybook \ No newline at end of file