File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 8585 - name : Install dependencies
8686 run : |
8787 npm ci
88- npm run install-addons
8988 - name : Lint code
9089 env :
9190 NODE_OPTIONS : --max_old_space_size=4096
@@ -107,7 +106,6 @@ jobs:
107106 - name : Install dependencies
108107 run : |
109108 npm ci
110- npm run install-addons
111109 - uses : actions/download-artifact@v4
112110 with :
113111 name : build-artifacts
@@ -144,7 +142,6 @@ jobs:
144142 - name : Install dependencies
145143 run : |
146144 npm ci
147- npm run install-addons
148145 - name : Wait for build job
149146 uses : NathanFirmo/wait-for-other-job@v1.1.1
150147 with :
@@ -183,7 +180,6 @@ jobs:
183180 - name : Install dependencies
184181 run : |
185182 npm ci
186- npm run install-addons
187183 - name : Install playwright
188184 run : npx playwright install --with-deps ${{ matrix.browser }}
189185 - name : Wait for build job
@@ -246,7 +242,6 @@ jobs:
246242 - name : Install dependencies
247243 run : |
248244 npm ci
249- npm run install-addons
250245 - name : Install playwright
251246 run : npx playwright install
252247 - uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments