File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,12 @@ jobs:
55
55
- name : yarn build
56
56
run : yarn build
57
57
- name : Upload build archive
58
- if : ${{ !cancelled() }}
59
58
uses : actions/upload-artifact@v4
60
59
with :
61
- name : dist
62
- path : packages/**/dist
60
+ name : dists
61
+ path : |
62
+ packages/**/dist
63
+ repo-scripts/**/dist
63
64
retention-days : ${{ env.artifactRetentionDays }}
64
65
65
66
test-the-rest :
@@ -70,14 +71,10 @@ jobs:
70
71
- uses : actions/checkout@v4
71
72
with :
72
73
fetch-depth : 0
73
- # install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
74
- - name : install Chrome stable
75
- run : |
76
- npx @puppeteer/browsers install chrome@stable
77
74
- name : Download build archive
78
75
uses : actions/download-artifact@v4
79
76
with :
80
- name : dist
77
+ name : dists
81
78
- uses : actions/setup-node@v4
82
79
with :
83
80
node-version-file : ' .nvmrc'
You can’t perform that action at this time.
0 commit comments