Skip to content

Commit 15e9764

Browse files
chore: combine all database actions to one file
1 parent c38703d commit 15e9764

8 files changed

+3
-329
lines changed

.github/workflows/tests-for-databases.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- "**.php"
77
- ".github/workflows/tests-for-laravel-versions.yml"
8-
- ".github/workflows/tests-for-sql-databases.yml"
8+
- ".github/workflows/tests-for-databases.yml"
99
- "phpunit.xml.dist"
1010
- "composer.json"
1111
- "composer.lock"
@@ -101,7 +101,6 @@ jobs:
101101
env:
102102
DB_CONNECTION: mysql
103103
DB_COLLATION: utf8mb4_unicode_ci
104-
105104
mssql:
106105
runs-on: ubuntu-20.04
107106

@@ -155,7 +154,6 @@ jobs:
155154
DB_DATABASE: master
156155
DB_USERNAME: SA
157156
DB_PASSWORD: Forge123
158-
159157
mariadb:
160158
runs-on: ubuntu-24.04
161159

@@ -200,7 +198,6 @@ jobs:
200198
run: vendor/bin/phpunit
201199
env:
202200
DB_CONNECTION: mariadb
203-
204201
pgsql:
205202
runs-on: ubuntu-24.04
206203

.github/workflows/tests-for-laravel-versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- "**.php"
77
- ".github/workflows/tests-for-laravel-versions.yml"
8-
- ".github/workflows/tests-for-sql-databases.yml"
8+
- ".github/workflows/tests-for-databases.yml"
99
- "phpunit.xml.dist"
1010
- "composer.json"
1111
- "composer.lock"

.github/workflows/tests-for-mariadb.yml

-62
This file was deleted.

.github/workflows/tests-for-mysql.yml

-63
This file was deleted.

.github/workflows/tests-for-mysql8.yml

-62
This file was deleted.

.github/workflows/tests-for-postgres.yml

-65
This file was deleted.

.github/workflows/tests-for-sql-server.yml

-71
This file was deleted.

todos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
- [x] fix for SQL Server
1818
- [x] return back all tests
1919
- [x] return back pint formatting GitHub actions
20-
- [] return tests actions to one file
20+
- [x] return tests actions to one file
2121
- [x] clean up the code, fix all todo in the code, and remove commented code

0 commit comments

Comments
 (0)