Skip to content

Commit b41a22e

Browse files
author
Andrea Barbasso
committed
[DSC-2926] split UXP and DSC caches
1 parent 1972f47 commit b41a22e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bitbucket-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ options:
22
runs-on: self.hosted
33

44
definitions:
5+
caches:
6+
node-dsc-2023-02-x: ./node_modules
57
steps:
68
- step: &unittest-code-checks
79
name: test-code-checks
@@ -10,7 +12,7 @@ definitions:
1012
run-as-user: 1000
1113
size: 4x
1214
caches:
13-
- node
15+
- node-dsc-2023-02-x
1416
script:
1517
- yarn install --frozen-lockfile
1618
- yarn run lint --quiet

0 commit comments

Comments
 (0)