mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix
This commit is contained in:
parent
1e35defb95
commit
2683f08f5f
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
|
@ -25,10 +25,10 @@ jobs:
|
|||
- name: Check formatting
|
||||
run: pnpm run format:check
|
||||
- name: Build
|
||||
run: pnpm run nx affected --target=build --parallel=3
|
||||
run: pnpm exec nx affected --target=build --parallel=3
|
||||
- name: Lint
|
||||
run: pnpm run nx affected --target=lint --parallel=3
|
||||
run: pnpm exec nx affected --target=lint --parallel=3
|
||||
- name: Test
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
run: pnpm run nx affected --target=test --parallel=3
|
||||
run: pnpm exec nx affected --target=test --parallel=3
|
||||
|
|
Loading…
Reference in New Issue
Block a user