mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user