Skip to content

Commit

Permalink
Run memcached locally
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Nov 28, 2019
1 parent 2fe7e69 commit fcb7b04
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
os: [ubuntu-16.04, ubuntu-18.04]
ruby: ["2.5.x", "2.x"]
postgres: ["9.5", "12"]
services:
memcached:
image: memcached:latest
ports: ["11211:11211/udp"]
env:
RAILS_ENV: test
OSM_MEMCACHE_SERVERS: 127.0.0.1
Expand Down Expand Up @@ -44,7 +40,7 @@ jobs:
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-add-repository "deb https://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main"
sudo apt-get -yqq update
sudo apt-get -yqq install postgresql-${{ matrix.postgres }} postgresql-client-${{ matrix.postgres }} libpq-dev
sudo apt-get -yqq install memcached postgresql-${{ matrix.postgres }} postgresql-client-${{ matrix.postgres }} libpq-dev
- name: Install gems
run: |
gem install bundler --version "~> 1.17"
Expand Down

0 comments on commit fcb7b04

Please sign in to comment.