diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1474ba7..5a6a107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: - uses: nrwl/nx-set-shas@v3 - run: npm ci - - 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 \ No newline at end of file