We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ad1d0 commit 0933a2dCopy full SHA for 0933a2d
.github/workflows/tests-mysql.yml
@@ -76,4 +76,4 @@ jobs:
76
DB_DATABASE: snipeit
77
DB_PORT: ${{ job.services.mysql.ports[3306] }}
78
DB_USERNAME: root
79
- run: php artisan test --parallel
+ run: php artisan test
.github/workflows/tests-postgres.yml
@@ -74,4 +74,4 @@ jobs:
74
DB_PORT: ${{ job.services.postgresql.ports[5432] }}
75
DB_USERNAME: snipeit
DB_PASSWORD: password
.github/workflows/tests-sqlite.yml
@@ -58,4 +58,4 @@ jobs:
58
- name: Execute tests (Unit and Feature tests) via PHPUnit
59
env:
60
DB_CONNECTION: sqlite_testing
61
0 commit comments