Skip to content

Commit c1f3bf9

Browse files
committed
chore(repo): correct test workflow names
1 parent ae2280c commit c1f3bf9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test-v18.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
- name: pnpm install
5656
run: pnpm install --frozen-lockfile
5757

58+
- name: Install React v18
59+
run: |
60+
cd packages/jsx-email
61+
pnpm add react@^18
62+
cd ../create-jsx-email
63+
pnpm add react@^18
64+
5865
- name: Build Projects
5966
run: |
6067
moon jsx-email:build

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ jobs:
5555
- name: pnpm install
5656
run: pnpm install --frozen-lockfile
5757

58-
- name: Install React v18
59-
run: |
60-
cd packages/jsx-email
61-
pnpm add react@^18
62-
cd ../create-jsx-email
63-
pnpm add react@^18
64-
6558
- name: Build Projects
6659
run: |
6760
moon jsx-email:build

0 commit comments

Comments
 (0)