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 bea8b7a commit 70a9b81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
PDF2IMG_BASE_URL: http://pdf2img:3000

services:
# Define the Docker service
db:
pdf2img:
image: codeinchq/pdf2img:latest
ports:
- 3000:3000
Expand Down

0 comments on commit 70a9b81

Please sign in to comment.