Skip to content

Commit 196ea01

Browse files
committed
fix ci
1 parent b85afde commit 196ea01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
memcached:
1212
image: memcached
1313
ports:
14-
- 11211/tcp
14+
- 11211:11211/tcp
1515
options: --health-cmd "timeout 5 bash -c 'cat < /dev/null > /dev/tcp/127.0.0.1/11211'" --health-interval 10s --health-timeout 5s --health-retries 5
1616

1717
steps:

0 commit comments

Comments
 (0)