Skip to content

Commit

Permalink
redis3 alias test
Browse files Browse the repository at this point in the history
  • Loading branch information
althoff0 committed Aug 15, 2024
1 parent f84acef commit 7c336dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on: push
jobs:
publish:
runs-on: ubuntu-latest

services:
redis:
image: redis
image: redis3
# Set health checks to wait until redis has started
options: >-
--health-cmd "redis-cli ping"
Expand All @@ -15,7 +15,7 @@ jobs:
--health-retries 5
ports:
- 6379:6379

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand All @@ -25,4 +25,4 @@ jobs:
- run: npm test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7c336dc

Please sign in to comment.