Skip to content

Commit

Permalink
remove be test job cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonclchua committed Sep 7, 2023
1 parent 9f73eab commit bdeb55e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .sun-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Backend Test Job
stage: test-be
image: node:16-alpine
cache:
- key:
files:
- server/yarn.lock
paths:
- server/node_modules
# cache:
# - key:
# files:
# - server/yarn.lock
# paths:
# - server/node_modules
script:
- cd server
- yarn install
Expand Down

0 comments on commit bdeb55e

Please sign in to comment.