mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Keep other parts of CI
This commit is contained in:
parent
c75425b820
commit
3d9acd9358
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
|
@ -12,6 +12,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: yarn install --immutable
|
||||
- run: yarn prettier:check
|
||||
- run: yarn build:all
|
||||
- run: yarn lint:all
|
||||
- run: yarn test:all
|
||||
- working-directory: ./extension
|
||||
run: yarn install --immutable
|
||||
- working-directory: ./extension
|
||||
|
|
|
@ -5,4 +5,4 @@ import Adapter from 'enzyme-adapter-react-15.4';
|
|||
|
||||
Enzyme.configure({ adapter: new Adapter() });
|
||||
|
||||
jest.setTimeout(50000);
|
||||
jest.setTimeout(20000);
|
||||
|
|
Loading…
Reference in New Issue
Block a user