8000 ci: run deploy command from e2e-report dir (#2747) · opennextjs/opennextjs-netlify@5a2d6fa · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a2d6fa

Browse files
authored
ci: run deploy command from e2e-report dir (#2747)
1 parent 503d547 commit 5a2d6fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ jobs:
5757
- name: Deploy e2e page
5858
if: success()
5959
run: |
60-
npx netlify deploy --build --cwd e2e-report
60+
npx netlify deploy --build --cwd .
61+
working-directory: e2e-report

0 commit comments

Comments
 (0)
0