Skip to content

Commit e82ad68

Browse files
fix: Turns out the tests need Redis ...
1 parent 37ebf0b commit e82ad68

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
uses: actions/setup-node@v2
1616
with:
1717
node-version: "20.x"
18+
- name: Start Redis
19+
uses: supercharge/[email protected]
20+
with:
21+
redis-version: latest
1822
- run: npm ci
1923
- run: npm run build
2024
- run: npm run test
@@ -24,4 +28,4 @@ jobs:
2428
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2529
GIT_AUTHOR_NAME: "ioredis robot"
2630
GIT_AUTHOR_EMAIL: "[email protected]"
27-
run: npx semantic-release --no-ci --branches v4 --force
31+
run: npx semantic-release --branches v4

0 commit comments

Comments
 (0)