File tree Expand file tree Collapse file tree 2 files changed +2
-26
lines changed
Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 6464 with :
6565 node-version : 18
6666 - run : bash ./__tests__/smoke-plugins/run-smoke.sh
67-
68- run-smoke-plugins--npm--node-16 :
69- needs : prepare-smoke-plugins
70- runs-on : ubuntu-latest
71- steps :
72- - uses : actions/cache@v3
73- with :
74- path : __tests__/smoke-plugins/
75- key : cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
76- - uses : actions/setup-node@v3
77- with :
78- node-version : 16
79- - run : bash ./__tests__/smoke-plugins/run-smoke.sh
80-
81- run-smoke-plugins--npm--node-14 :
82- needs : prepare-smoke-plugins
83- runs-on : ubuntu-latest
84- steps :
85- - uses : actions/cache@v3
86- with :
87- path : __tests__/smoke-plugins/
88- key : cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
89- - uses : actions/setup-node@v3
90- with :
91- node-version : 14
92- - run : bash ./__tests__/smoke-plugins/run-smoke.sh
Original file line number Diff line number Diff line change 7171
7272 cd packages/core
7373 npm publish --tag snapshot
74+ sleep 10
7475
7576 cd ../respect-core
7677 npm publish --tag snapshot
78+ sleep 10
7779
7880 cd ../cli
7981 npm publish --tag snapshot
You can’t perform that action at this time.
0 commit comments