one more try

coverage
Andrew Port 2021-10-19 01:01:42 -07:00
parent 039a5a89a1
commit d4f3bc5631
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: |
echo `web: vendor/bin/heroku-php-apache2 htmlcov/` > Procfile
mv htmlcov/index.html htmlcov/home.html
echo "<?php include_once("home.html"); ?>" > htmlcov/index.php
echo "<?php include_once("./home.html"); ?>" > htmlcov/index.php
echo "{}" > htmlcov/composer.json
# - name: Deploy2