Skip to content

Commit

Permalink
fixup! test(ci): run V8 integration tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
h4l committed Sep 14, 2024
1 parent e0aa28c commit 265dd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
image: ${V8SERIALIZE_DEV_IMAGE:-v8serialize-dev:py312}
networks: [v8serialize]
environment:
V8SERIALIZE_ECHOSERVERS: "${V8SERIALIZE_ECHOSERVERS:?}"
V8SERIALIZE_ECHOSERVERS: "${V8SERIALIZE_ECHOSERVERS:-__required_but_not_set__}"
depends_on:
- echoserver-node-22
- echoserver-node-18
Expand Down

0 comments on commit 265dd0b

Please sign in to comment.