Skip to content

Commit 20c2f87

Browse files
committed
prettier
1 parent 208f164 commit 20c2f87

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

  • tests/fixtures

tests/fixtures/default/.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
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 }}

tests/fixtures/pnpm/.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)