Skip to content

Commit f05b54f

Browse files
authored
ci: fix test-e2e workflow (#2675)
Since it doesn't run on all PRs, I didn't notice it needed a slightly different config when I changed this in #2673. This workflow checks out next-runtime in one directory and next.js in another, so we need to specify a working directory.
1 parent 8ab259a commit f05b54f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/test-e2e.yml

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
- name: Prepare Netlify CLI
184184
# Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use
185185
run: npm install -g "netlify-cli@$(npm list --json --depth=0 netlify-cli | jq -r ".dependencies[\"netlify-cli\"].version")"
186+
working-directory: ${{ env.runtime-path }}
186187

187188
- name: Install Playwright Browsers
188189
run: npx playwright install --with-deps

0 commit comments

Comments
 (0)