Skip to content

Commit 907dbe3

Browse files
committed
test(e2e): use correct dir
1 parent de77771 commit 907dbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ prepare() {
113113
>"${base}/test/e2e/rn-profile-app.e2e.log" 2>&1 &
114114
)
115115

116-
hydra serve all -c hydra.yml --dangerous-force-http >"${base}/test/e2e/hydra.e2e.log" 2>&1 &
116+
hydra serve all -c test/e2e/hydra.yml --dangerous-force-http >"${base}/test/e2e/hydra.e2e.log" 2>&1 &
117117

118118
(cd test/e2e; npm run wait-on -- -l -t 300000 http-get://localhost:4445/health/alive)
119119

0 commit comments

Comments
 (0)