Skip to content

Commit

Permalink
Add memcached to release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbetz committed Nov 17, 2022
1 parent b8fa045 commit 9cd21c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
services:
memcached:
image: memcached
ports:
- 11211:11211
- 11311:11211
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 9cd21c0

Please sign in to comment.