From 167925ec4b93c9e541c6f0c7fd1f2b9cf5e29e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Fabr=C3=A9gat?= Date: Thu, 5 Dec 2024 17:30:46 -0800 Subject: [PATCH] Update phpunit.yml --- .github/workflows/phpunit.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 419d3b5..ae36ce1 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -14,9 +14,6 @@ jobs: # Define the Docker service db: image: codeinchq/pdf2img:latest - env: - MYSQL_ROOT_PASSWORD: root - MYSQL_DATABASE: testdb ports: - 3000:3000 @@ -38,4 +35,4 @@ jobs: # Run tests - name: Run tests - run: vendor/bin/phpunit \ No newline at end of file + run: vendor/bin/phpunit tests \ No newline at end of file