Skip to content

Commit

Permalink
debug: sql server job in databases workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Jul 21, 2024
1 parent 28b51e6 commit e855c8c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: fix-php-code-style-issues

on:
# todo return this back
# push:
# paths:
# - '**.php'
push:
paths:
- "**.php"
workflow_dispatch:

permissions:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/sqlserver.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: sqlserver
on:
push:
paths:
- "**.php"
- ".github/workflows/tests-for-laravel-versions.yml"
- ".github/workflows/tests-for-databases.yml"
- "phpunit.xml.dist"
- "composer.json"
- "composer.lock"
workflow_dispatch:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests-for-laravel-versions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: tests-for-laravel-versions

on:
# todo: retrun on push after correcting configs
push:
paths:
- "**.php"
Expand Down
4 changes: 2 additions & 2 deletions todos.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
- [x] add GitHub action for all supported laravel versions with each php
- [x] add methods to include nullables, defaults, and primaryKeys
- [x] fix issues with mariadb database
- [ ] test code for SQL server
- [ ] add GitHub action for all supported SQL databases
- [x] test code for SQL server
- [x] add GitHub action for all supported SQL databases

0 comments on commit e855c8c

Please sign in to comment.