Skip to content

Commit 303bb39

Browse files
committed
Update ci for try
1 parent becfbca commit 303bb39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: wyvox/action-setup-pnpm@v3
2222
- id: set-matrix
2323
run: |
24-
echo "matrix=$(pnpm dlx -s @embroider/try list)" >> $GITHUB_OUTPUT
24+
echo "matrix=$(pnpm dlx @embroider/try list)" >> $GITHUB_OUTPUT
2525
working-directory: test-app
2626

2727
# We do this so we ensure that we test with the same
@@ -175,13 +175,13 @@ jobs:
175175
- uses: actions/checkout@v4
176176
with:
177177
fetch-depth: 1
178-
- uses: wyvox/action-setup-pnpm@v3
179178
- uses: pnpm/action-setup@v4
180179
- uses: actions/setup-node@v6
181180
with:
182181
node-version-file: package.json
183182
cache: pnpm
184183
- run: pnpm dlx @embroider/try apply ${{ matrix.name }}
184+
working-directory: test-app
185185
- run: pnpm install --no-lockfile --ignore-scripts
186186
- uses: actions/download-artifact@v4
187187
with:

0 commit comments

Comments
 (0)