Skip to content

Commit c579a11

Browse files
committed
Always pull image for testing
This prevents running tests accidentally with ancient versions of TerminusDB
1 parent bca8856 commit c579a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terminusdb_client/tests/integration_tests/test-docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
terminusdb-server:
88
image: terminusdb/terminusdb-server:dev
99
container_name: terminusdb-server
10+
pull_policy: always
1011
hostname: terminusdb-server
1112
tty: true
1213
ports:

0 commit comments

Comments
 (0)