mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Use working-directory
This commit is contained in:
parent
286efd50af
commit
251aa57dfe
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: cd extension
|
- working-directory: ./extension
|
||||||
- run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
- run: yarn test
|
- working-directory: ./extension
|
||||||
|
run: yarn test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user