Skip to content

Commit ae8b2b1

Browse files
committed
[ci] golf, change working directory for package-validation
1 parent cf4b33e commit ae8b2b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,15 @@ jobs:
155155
uses: actions/download-artifact@v4
156156
with:
157157
name: packaged-scramjet
158-
path: .
158+
path: packages/scramjet/packages/core
159159

160160
- name: Extract package
161161
run: tar xvf mercuryworkshop-scramjet-*.tgz package --strip-components=1
162+
working-directory: packages/scramjet/packages/core
162163

163164
- name: Run package validation tests
164165
run: pnpm test:package
166+
working-directory: packages/scramjet/packages/core
165167

166168
tests:
167169
name: Run Scramjet Tests

0 commit comments

Comments
 (0)