Skip to content

Commit 140235d

Browse files
committed
feat: Change the name of the test template
1 parent 754ba3d commit 140235d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
mkdir -p /tmp/test-projects
4242
cd /tmp/test-projects
43-
node ${{ github.workspace }}/bin/index.js test-react-project --template react
43+
node ${{ github.workspace }}/bin/index.js test-react-project --template react-desktop
4444
cd test-react-project
4545
npm i pnpm -g
4646
pnpm install
@@ -49,7 +49,7 @@ jobs:
4949
- name: Test project creation (Vue)
5050
run: |
5151
cd /tmp/test-projects
52-
node ${{ github.workspace }}/bin/index.js test-vue-project --template vue
52+
node ${{ github.workspace }}/bin/index.js test-vue-project --template vue-desktop
5353
cd test-vue-project
5454
npm i pnpm -g
5555
pnpm install
@@ -67,7 +67,7 @@ jobs:
6767
- name: Test project creation (Chrome Extension)
6868
run: |
6969
cd /tmp/test-projects
70-
node ${{ github.workspace }}/bin/index.js test-ext-project --template extension
70+
node ${{ github.workspace }}/bin/index.js test-ext-project --template chrome-extension
7171
cd test-ext-project
7272
npm i pnpm -g
7373
pnpm install

0 commit comments

Comments
 (0)