mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-24 10:33:58 +03:00
Disable running only affected packages in CI (#1449)
This commit is contained in:
parent
bb9bd907c5
commit
fbd031818d
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 exec nx affected --target=build --parallel=1
|
||||
run: pnpm run build:all
|
||||
- name: Lint
|
||||
run: pnpm exec nx affected --target=lint --parallel=1
|
||||
run: pnpm run lint:all
|
||||
- name: Test
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
run: pnpm exec nx affected --target=test --parallel=1
|
||||
run: pnpm run test:all
|
||||
|
|
Loading…
Reference in New Issue
Block a user