Skip to content

Commit 3cce1a4

Browse files
committed
Add extract tarballs
1 parent 6a2db8b commit 3cce1a4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/pull-request-validation.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ jobs:
161161
name: tarballs
162162

163163
- name: Extract tarballs
164+
run: tar -xvf tarballs.tar
165+
166+
- name: Unpack tarballs
164167
run: npm exec --call 'tar --skip-old-files --strip-components=1 -xf *.tgz' --workspaces
165168

166169
# - run: npm run build --if-present
@@ -190,6 +193,9 @@ jobs:
190193
name: tarballs
191194

192195
- name: Extract tarballs
196+
run: tar -xvf tarballs.tar
197+
198+
- name: Unpack tarballs
193199
run: npm exec --call 'tar --skip-old-files --strip-components=1 -xf *.tgz' --workspaces
194200

195201
# - run: npm run build --if-present
@@ -247,6 +253,9 @@ jobs:
247253
name: tarballs
248254

249255
- name: Extract tarballs
256+
run: tar -xvf tarballs.tar
257+
258+
- name: Unpack tarballs
250259
run: npm exec --call 'tar --skip-old-files --strip-components=1 -xf *.tgz' --workspaces
251260

252261
# - run: npm run build --if-present

0 commit comments

Comments
 (0)