We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85afde commit 196ea01Copy full SHA for 196ea01
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
memcached:
12
image: memcached
13
ports:
14
- - 11211/tcp
+ - 11211:11211/tcp
15
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
16
17
steps:
0 commit comments