Fix CI error in compatibility tests (#377)
This commit is contained in:
parent
fa72c5ba5d
commit
80e79499df
4 changed files with 13 additions and 19 deletions
2
.github/workflows/compatibility-tests.yml
vendored
2
.github/workflows/compatibility-tests.yml
vendored
|
@ -42,6 +42,8 @@ jobs:
|
|||
${{ runner.os }}-${{ matrix.node-version }}-yarn-
|
||||
|
||||
- run: yarn install
|
||||
# re-enable the following line if we start to get EINTEGRITY errors again
|
||||
# - run: npm cache clean || npm cache verify
|
||||
# This will test whether `npm install`/`yarn install` can actually run on each compatibility test fixture. See `compatibility-tests/README.md` for more info.
|
||||
- run:
|
||||
yarn workspace @theatre/compatibility-tests run install-fixtures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue