Skip to content

Commit

Permalink
fix: disable v8 compile cache in CI
Browse files Browse the repository at this point in the history
Ticket: VL-0
  • Loading branch information
bitgopatmcl committed Dec 6, 2024
1 parent 11bd484 commit e27a2e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_package_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: rm yarn.lock

- name: Install Packages
env:
DISABLE_V8_COMPILE_CACHE: '1'
run: yarn install

- name: Unit test all
Expand Down

0 comments on commit e27a2e3

Please sign in to comment.