diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bd3022ae..25ffa0195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,6 @@ jobs: - name: install run: npm ci - name: build - run: npm run nx -- affected:build + run: nx affected:build - name: test - run: npm run nx -- affected:test --parallel=1 + run: nx affected:test --parallel=1