File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments