File tree Expand file tree Collapse file tree
default/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 # For the Try Scenarios
4949 - id : set-matrix
5050 run : |
51-
52- echo "matrix=$(npx @embroider/try list)" >> $GITHUB_OUTPUT
51+ echo "matrix=$(npx @embroider/try list)" >> $GITHUB_OUTPUT
5352
5453 floating :
5554 name : " Floating Dependencies"
@@ -84,12 +83,10 @@ jobs:
8483 cache : npm
8584 - name : Apply Scenario
8685 run : |
87-
88- npx @embroider/try apply ${{ matrix.name }}
86+ npx @embroider/try apply ${{ matrix.name }}
8987 - name : Install Dependencies
9088 run : npm install --no-package-lock
9189 - name : Run Tests
9290 run : |
93-
9491 npm test
9592 env : ${{ matrix.env }}
Original file line number Diff line number Diff line change 5050 # For the Try Scenarios
5151 - id : set-matrix
5252 run : |
53- echo "matrix=$(pnpm -s dlx @embroider/try list)" >> $GITHUB_OUTPUT
54-
53+ echo "matrix=$(pnpm -s dlx @embroider/try list)" >> $GITHUB_OUTPUT
5554
5655 floating :
5756 name : " Floating Dependencies"
@@ -88,12 +87,12 @@ jobs:
8887 cache : pnpm
8988 - name : Apply Scenario
9089 run : |
91- pnpm dlx @embroider/try apply ${{ matrix.name }}
92-
90+ pnpm dlx @embroider/try apply ${{ matrix.name }}
91+
9392 - name : Install Dependencies
9493 run : pnpm install --no-lockfile
9594 - name : Run Tests
9695 run : |
9796 pnpm test
98-
97+
9998 env : ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments