Skip to content

Commit

Permalink
chore: combine all database actions to one file
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Aug 24, 2024
1 parent c38703d commit 15e9764
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 329 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests-for-databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- "**.php"
- ".github/workflows/tests-for-laravel-versions.yml"
- ".github/workflows/tests-for-sql-databases.yml"
- ".github/workflows/tests-for-databases.yml"
- "phpunit.xml.dist"
- "composer.json"
- "composer.lock"
Expand Down Expand Up @@ -101,7 +101,6 @@ jobs:
env:
DB_CONNECTION: mysql
DB_COLLATION: utf8mb4_unicode_ci

mssql:
runs-on: ubuntu-20.04

Expand Down Expand Up @@ -155,7 +154,6 @@ jobs:
DB_DATABASE: master
DB_USERNAME: SA
DB_PASSWORD: Forge123

mariadb:
runs-on: ubuntu-24.04

Expand Down Expand Up @@ -200,7 +198,6 @@ jobs:
run: vendor/bin/phpunit
env:
DB_CONNECTION: mariadb

pgsql:
runs-on: ubuntu-24.04

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-for-laravel-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- "**.php"
- ".github/workflows/tests-for-laravel-versions.yml"
- ".github/workflows/tests-for-sql-databases.yml"
- ".github/workflows/tests-for-databases.yml"
- "phpunit.xml.dist"
- "composer.json"
- "composer.lock"
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/tests-for-mariadb.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/tests-for-mysql.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/tests-for-mysql8.yml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/tests-for-postgres.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/tests-for-sql-server.yml

This file was deleted.

2 changes: 1 addition & 1 deletion todos.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
- [x] fix for SQL Server
- [x] return back all tests
- [x] return back pint formatting GitHub actions
- [] return tests actions to one file
- [x] return tests actions to one file
- [x] clean up the code, fix all todo in the code, and remove commented code

0 comments on commit 15e9764

Please sign in to comment.