Skip to content

Commit

Permalink
feature: add an apache server to work on public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimorillo committed Mar 17, 2024
1 parent cd11749 commit 1f1023f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
ports:
- "3306:3306"
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

apache:
image: php:apache
ports:
- "8080:80"
volumes:
- ./public:/var/www/html
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 1f1023f

Please sign in to comment.