File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 8
8
branches : [master]
9
9
pull_request :
10
10
11
+ # set ESM_DISABLE_CACHE=true (will be JSON parsed)
11
12
jobs :
12
13
build :
13
14
runs-on : ubuntu-latest
@@ -212,6 +213,8 @@ jobs:
212
213
${{ runner.os }}-go-
213
214
- name : yarn test (cosmic-swingset)
214
215
run : cd packages/cosmic-swingset && yarn test
216
+ env :
217
+ ESM_DISABLE_CACHE : true
215
218
216
219
test-swingset :
217
220
# BEGIN-TEST-BOILERPLATE
@@ -243,6 +246,8 @@ jobs:
243
246
# END-RESTORE-BOILERPLATE
244
247
- name : yarn test (SwingSet)
245
248
run : cd packages/SwingSet && yarn test
249
+ env :
250
+ ESM_DISABLE_CACHE : true
246
251
247
252
test-zoe :
248
253
# BEGIN-TEST-BOILERPLATE
@@ -274,3 +279,5 @@ jobs:
274
279
# END-RESTORE-BOILERPLATE
275
280
- name : yarn test (zoe)
276
281
run : cd packages/zoe && yarn test
282
+ env :
283
+ ESM_DISABLE_CACHE : true
Original file line number Diff line number Diff line change 8
8
},
9
9
"scripts" : {
10
10
"build" : " yarn build-zcfBundle" ,
11
- "test" : " ava --verbose --serial test/unitTests/test-offerSafety.js " ,
11
+ "test" : " ava --verbose" ,
12
12
"build-zcfBundle" : " node -r esm scripts/build-zcfBundle.js" ,
13
13
"lint-fix" : " yarn lint --fix" ,
14
14
"lint-check" : " yarn lint" ,
You can’t perform that action at this time.
0 commit comments