Skip to content

Commit

Permalink
Change memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPanSuarez committed Oct 31, 2023
1 parent 247dd97 commit a0eb365
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
matrix:
erlang: ['26-slim']

services:
memcached:
image: ubuntu/memcached
ports:
- '11211:11211'

steps:
- name: Memcached
uses: niden/actions-memcached@v7

- name: Clone project
uses: actions/checkout@v4

Expand Down

0 comments on commit a0eb365

Please sign in to comment.