From 09e7d5575a2483d9cf1fb1abfd34324030cd06d3 Mon Sep 17 00:00:00 2001 From: Philipp Staender Date: Sun, 7 May 2023 19:28:23 +0200 Subject: [PATCH] db --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4660b0d..982fe48 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: @@ -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