Skip to content

Commit ee7acf4

Browse files
committed
Fix cli-e2e's build job
1 parent 9949f67 commit ee7acf4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cli-e2e.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
- name: "Install dependencies"
7575
run: pnpm install
7676

77+
- name: "Build"
78+
working-directory: packages/create-next-stack
79+
run: npx turbo build
80+
7781
- name: "Run e2e test: ${{ matrix.test-file.fileName }}"
7882
working-directory: packages/create-next-stack
79-
run: pnpm test-e2e:single:ci ${{ matrix.test-file.filePath }}
83+
run: pnpm e2e:single:ci ${{ matrix.test-file.filePath }}

0 commit comments

Comments
 (0)