summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2019-09-03 10:12:15 -0700
committerJon Parise <jon@pinterest.com>2019-09-03 10:12:15 -0700
commit28fa91d30c6c46af8f1f0c625d1d1d9a9e09f42f (patch)
tree9647c0d64e20af1cbe3c928029135753e00c7f35
parent0eb2d8b951b3aa26624417aae628a45582cecfcd (diff)
downloadpymemcache-28fa91d30c6c46af8f1f0c625d1d1d9a9e09f42f.tar.gz
Pass the memcached port
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index a0f1fcf..94d718e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
- name: Run tox
run: |
pip install tox
- tox -- -m unit,integration
+ tox -- -m unit,integration --port ${{ job.services.memcached.ports[11211] }}
services:
memcached:
image: memcached:latest