This commit is contained in:
Nathan Bierema 2022-05-08 12:55:26 -04:00
parent 1e35defb95
commit 2683f08f5f

View File

@ -25,10 +25,10 @@ jobs:
- name: Check formatting - name: Check formatting
run: pnpm run format:check run: pnpm run format:check
- name: Build - name: Build
run: pnpm run nx affected --target=build --parallel=3 run: pnpm exec nx affected --target=build --parallel=3
- name: Lint - name: Lint
run: pnpm run nx affected --target=lint --parallel=3 run: pnpm exec nx affected --target=lint --parallel=3
- name: Test - name: Test
uses: GabrielBB/xvfb-action@v1 uses: GabrielBB/xvfb-action@v1
with: with:
run: pnpm run nx affected --target=test --parallel=3 run: pnpm exec nx affected --target=test --parallel=3