We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de77771 commit 907dbe3Copy full SHA for 907dbe3
test/e2e/run.sh
@@ -113,7 +113,7 @@ prepare() {
113
>"${base}/test/e2e/rn-profile-app.e2e.log" 2>&1 &
114
)
115
116
- hydra serve all -c hydra.yml --dangerous-force-http >"${base}/test/e2e/hydra.e2e.log" 2>&1 &
+ hydra serve all -c test/e2e/hydra.yml --dangerous-force-http >"${base}/test/e2e/hydra.e2e.log" 2>&1 &
117
118
(cd test/e2e; npm run wait-on -- -l -t 300000 http-get://localhost:4445/health/alive)
119
0 commit comments