Skip to content

Commit

Permalink
feat: pass testsuite (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jan 27, 2024
1 parent 54b80a6 commit a5ce2e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ on:
matrix-exclude:
type: string
default: '[]'
testsuites:
type: string
default: '[]'
database_seed:
type: boolean
default: false
Expand All @@ -48,6 +51,7 @@ jobs:
php-version: ${{ matrix.php-version }}
connection: ${{ matrix.connection }}
coverage: ${{ matrix.connection == inputs.default-connection && matrix.php-version == inputs.default-php-version }}
testsuite: ${{ matrix.testsuites }}
database_seed: ${{ inputs.database_seed }}
database_name: ${{ inputs.database_name }}
database_secret: ${{ inputs.database_secret }}
Expand All @@ -59,6 +63,7 @@ jobs:
php-version: ${{ fromJson(inputs.php-versions) }}
connection: ${{ fromJson(inputs.connections) }}
exclude: ${{ fromJson(inputs.matrix-exclude) }}
testsuites: ${{ fromJson(inputs.testsuites) }}

reporting:
name: Reportings
Expand Down

0 comments on commit a5ce2e4

Please sign in to comment.