Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bailletced committed Dec 3, 2024
1 parent a194012 commit 0413aa3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0413aa3

Please sign in to comment.