Skip to content

Commit

Permalink
disable cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Sep 8, 2023
1 parent 8c53af6 commit 176c50a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ commands:
yarn build
run-fast-tests:
steps:
- node/install-packages
- node/install-packages:
with-cache: false
- attach_workspace:
at: .
- run:
Expand All @@ -34,7 +35,8 @@ commands:
run-slow-tests:
steps:
- node/install-packages
- node/install-packages:
with-cache: false
- attach_workspace:
at: .
- run:
Expand Down

0 comments on commit 176c50a

Please sign in to comment.