We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ccbea commit d74963cCopy full SHA for d74963c
.github/workflows/phpunit.yml
@@ -15,6 +15,11 @@ jobs:
15
ports:
16
- 3306:3306
17
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
23
24
strategy:
25
fail-fast: true
@@ -65,4 +70,4 @@ jobs:
65
70
- name: Run semantic-release
66
71
env:
67
72
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
68
- run: npx semantic-release
73
+ run: npx semantic-release
0 commit comments