diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1d3568f..f7f0ef5 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -18,12 +18,12 @@ jobs: MYSQL_ROOT_PASSWORD: symfony MYSQL_DATABASE: symfony ports: - - 3306/tcp + - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --name=mysql elasticsearch: image: elasticsearch:8.16.0 ports: - - 9200/tcp + - 9200:9200 env: ELASTIC_PASSWORD: admin steps: @@ -32,7 +32,7 @@ jobs: with: php-version: "8.3" tools: phpunit-bridge - extensions: mbstring, xml, ctype, intl, iconv, json, redis, mysql + extensions: mbstring, xml, ctype, intl, iconv, json, mysql ini-values: date.timezone=Europe/Paris - uses: actions/checkout@v4 - name: Create .env.test.local @@ -69,7 +69,6 @@ jobs: - name: lint:container if: always() run: php bin/console lint:container - - name: lint:twig - name: lint:yaml if: always() run: php bin/console lint:yaml config src