Working on Github Actions (#3543)

* minor fixes

* minor fixes

* Fixes for self update

* fixes for template previews

* Add report_errors variable

* Ping route

* Create .env.vi

* Update and rename .env.vi to .env.ci

* Update .env.ci

* Update .env.ci

* Fixes for .env

* Code cleanup

* Create release.yml

* Update release.yml

* Update release.yml

* Create phpunit.yml

* Update phpunit.yml

* Update release.yml

* Update .env.ci

* Update phpunit.yml

* Update release.yml

* Update release.yml

* Update phpunit.yml

* Update .env.ci

* Update release.yml

* Update .env.ci

* Update .env.ci

* Update phpunit.yml

* Update release.yml

* Update release.yml
This commit is contained in:
David Bomba
2020-03-26 00:03:23 +11:00
committed by GitHub
parent 1d11358215
commit 1a0c20aa9d
7 changed files with 152 additions and 105 deletions

15
.env.ci Normal file
View File

@@ -0,0 +1,15 @@
APP_NAME="Invoice Ninja"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://ninja.test
DB_CONNECTION=db-ninja-01
DB_DATABASE1=ninja
MULTI_DB_ENABLED=false
# database
DB_HOST1=localhost
DB_PORT1=3306
DB_USERNAME1=root
DB_PASSWORD1=ninja
NINJA_ENVIRONMENT=selfhost
COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'