diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e1654e..0247e1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - run: npm ci - - run: npx nx format:check + # - run: npx nx format:check - run: npx nx affected -t lint --parallel=3 - run: npx nx affected -t test --parallel=3 --configuration=ci - run: npx nx affected -t build --parallel=3