Skip to content

Commit 6ea76f9

Browse files
committed
remove command, change port mapping
1 parent a7acf08 commit 6ea76f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push
55

66
env:
7-
WATERLINE_ADAPTER_TESTS_URL: 127.0.0.1/testdb:27027
8-
WATERLINE_ADAPTER_TESTS_HOST: 127.0.0.1
7+
WATERLINE_ADAPTER_TESTS_URL: mongo/testdb:27027
8+
WATERLINE_ADAPTER_TESTS_HOST: mongo
99
WATERLINE_ADAPTER_TESTS_DATABASE: sails-mongo
1010
NODE_ENV: test
1111

0 commit comments

Comments
 (0)