Skip to content

Commit

Permalink
db
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaender committed May 7, 2023
1 parent 33a8bbd commit 09e7d55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
continuous-integration:
name: Testing on PHP ${{ matrix.php-versions }})
name: Tests on PHP ${{ matrix.php-versions }}
runs-on: ubuntu-latest

env:
Expand All @@ -25,13 +25,13 @@ jobs:
MYSQL_ALLOW_EMPTY_PASSWORD: true
# MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: SS_test
# ports:
# - 3306:3306
ports:
- 3306:3306
# options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
redis:
image: redis
ports:
- 6379/tcp
- 6379:6379
# options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
# fail-fast: false
Expand Down

0 comments on commit 09e7d55

Please sign in to comment.