Skip to content

Commit 1232f78

Browse files
committed
Install e2e dependencies
1 parent d36cad0 commit 1232f78

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/e2e-next-faustwp-example.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
# and use the PR branch to pull the correct example URL
3838
- name: npx create next app
3939
run: |
40-
npx degit ${PR_REPO}#${PR_BRANCH} --src=examples/next/faustwp-getting-started e2e-app
40+
npx degit ${PR_REPO}#${PR_BRANCH} --src=examples/next/faustwp-getting-started e2e-app \
41+
cd e2e-app \
42+
nvm use \
43+
npm ci
4144
- name: install and build packages
4245
working-directory: ./
4346
run: |

0 commit comments

Comments
 (0)