1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 03:04:04 +00:00

Add autodiscovery

This commit is contained in:
Samuel Štancl 2020-12-13 03:20:22 +01:00
parent cfcae73ee1
commit 81c8547077
2 changed files with 14 additions and 3 deletions

View file

@ -5,9 +5,6 @@ env:
LEAN_MYSQL_PORT: 3307
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
matrix:
laravel: [6, 8]
on:
push:
pull_request:
@ -15,6 +12,10 @@ on:
jobs:
phpunit:
strategy:
matrix:
laravel: [6, 8]
name: Tests (PHPUnit)
runs-on: ubuntu-latest

View file

@ -23,5 +23,15 @@
"orchestra/testbench-core": "6.7.0",
"phpunit/phpunit": "^9.5",
"nunomaduro/larastan": "^0.6.11"
},
"extra": {
"laravel": {
"providers": [
"Lean\\Gloss\\GlossServiceProviders"
],
"aliases": {
"Gloss": "Lean\\Gloss\\Gloss"
}
}
}
}