Compare commits
6 Commits
f4d6277646
...
1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cc06c2465 | |||
| 1243a93020 | |||
|
|
78747e1f64 | ||
| 84f08b548e | |||
| 462bce226d | |||
|
|
2c3ae4ee86 |
@@ -55,8 +55,3 @@ jobs:
|
|||||||
DB_CONNECTION: sqlite
|
DB_CONNECTION: sqlite
|
||||||
DB_DATABASE: database/database.sqlite
|
DB_DATABASE: database/database.sqlite
|
||||||
run: vendor/bin/phpunit
|
run: vendor/bin/phpunit
|
||||||
|
|
||||||
- name: Run Vue tests
|
|
||||||
env:
|
|
||||||
LARAVEL_BYPASS_ENV_CHECK: "1"
|
|
||||||
run: npm run test
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:43.2.1
|
container: ghcr.io/renovatebot/renovate:43.2.3
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -260,3 +260,5 @@ phpcbf.phar
|
|||||||
### PHPStorm ###
|
### PHPStorm ###
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
### Deployment ###
|
||||||
|
/deploy.sh
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
"requiredStatusChecks": null,
|
"ignoreTests": true,
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
|
|||||||
Reference in New Issue
Block a user