Skip to content

Commit d74963c

Browse files
author
alonexy
committed
fix: update
1 parent 41ccbea commit d74963c

File tree

3 files changed

+1131
-1121
lines changed

3 files changed

+1131
-1121
lines changed

.github/workflows/phpunit.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
ports:
1616
- 3306:3306
1717
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
18+
redis:
19+
image: redis:6.2
20+
ports:
21+
- 6379:6379
22+
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
1823

1924
strategy:
2025
fail-fast: true
@@ -65,4 +70,4 @@ jobs:
6570
- name: Run semantic-release
6671
env:
6772
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
68-
run: npx semantic-release
73+
run: npx semantic-release

0 commit comments

Comments
 (0)