Skip to content

Commit

Permalink
chore: IMMUTABLE_INSTALLS ?
Browse files Browse the repository at this point in the history
  • Loading branch information
WindRunnerMax committed Oct 16, 2024
1 parent b5be27f commit 6acd7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
key: node20

- name: Run ${{ matrix.command }}
run: yarn && yarn build && yarn ${{ matrix.command }}
run: export YARN_ENABLE_IMMUTABLE_INSTALLS=false && yarn && yarn build && yarn ${{ matrix.command }}
env:
CI: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "yarn run test:mocha && yarn run test:jest",
"test:custom": "mocha --require ./config/babel/register.cjs ./packages/slate/test/index.js",
"test:inspect": "yarn test --inspect-brk",
"test:integration": "sudo apt-get update && playwright install --with-deps && run-p -r serve playwright",
"test:integration": "playwright install --with-deps && run-p -r serve playwright",
"test:integration-local": "playwright install && run-p -r serve playwright",
"test:mocha": "mocha --require ./config/babel/register.cjs ./packages/{slate,slate-history,slate-hyperscript}/test/**/*.{js,ts}",
"test:jest": "jest --config jest.config.js",
Expand Down

0 comments on commit 6acd7f4

Please sign in to comment.