Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Feb 5, 2022
1 parent 7b2885c commit 314a9bd
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ jobs:

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}


services:
mysql:
image: mysql:5.7
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: avored_ecommerce_test
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
image: mysql:5.7
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: avored_ecommerce_test
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- name: Checkout code
Expand Down Expand Up @@ -61,4 +60,6 @@ jobs:
uses: timkrase/[email protected]
with:
report: build/logs/clover.xml
coverage_badge_path: badge.svg
coverage_badge_path: "badge-coverage.svg"
push_badge: true
repo_token: ${{ secrets.USER_TOKEN }}

0 comments on commit 314a9bd

Please sign in to comment.