-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(ci): ensure echoserver healthy before testing
The integration tests now wait for the echoserver containers to be healthy before running. This should avoid tests failing due to failing to connect to the echoserver(s) while they're starting. For example: https://github.com/h4l/v8serialize/actions/runs/12533338515/job/34952929385
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
pull_request: | ||
|
||
env: | ||
ECHOSERVER_VERSION: 0.2.0 | ||
ECHOSERVER_VERSION: 0.3.0 | ||
|
||
jobs: | ||
prepare_checks: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters