Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joanfabregat committed Dec 6, 2024
1 parent dd7843e commit 167925e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -38,4 +35,4 @@ jobs:

# Run tests
- name: Run tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit tests

0 comments on commit 167925e

Please sign in to comment.