Skip to content

Commit

Permalink
hardern e2e test by adding healthCheck
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Jan 21, 2022
1 parent f4743a9 commit 0cae865
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ jobs:
pip3 install --upgrade pip
pip3 install setuptools
pip3 install -r requirements.txt
until curl http://127.0.0.1:8081/healthCheck; do
sleep 1
done
python3 tests/e2e/run_e2e.py --expected_file=tests/e2e/data/expected_context.yaml --max_retry_times=3 --target_path=/ping

0 comments on commit 0cae865

Please sign in to comment.