Skip to content

Commit

Permalink
test: set pull_policy to always for e2e:docker tests (#1659)
Browse files Browse the repository at this point in the history
Always pull the latest edge server, as unless you manally pull this
regularly your tests can fail.
  • Loading branch information
dsmmcken authored Nov 27, 2023
1 parent 2aa8cef commit b2ce124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker-scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: '3.8'
services:
dhc-server:
image: ghcr.io/deephaven/server:${DHC_VERSION:-edge}
pull_policy: always
expose:
- 10000
environment:
Expand Down

0 comments on commit b2ce124

Please sign in to comment.