Skip to content

Commit

Permalink
chore: move continue-on-error to reusable-phpunit-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Aug 21, 2024
1 parent 296c5a5 commit 312ffa0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-phpunit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
DB: ${{ inputs.db-platform }}
TACHYCARDIA_MONITOR_GA: ${{ inputs.enable-profiling && 'enabled' || '' }}
TERM: xterm-256color
continue-on-error: ${{ inputs.php-version == '8.4' }}

- name: Upload coverage results as artifact
if: ${{ inputs.enable-artifact-upload }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
include:
- php-version: '8.4'
composer-option: '--ignore-platform-req=php'
continue-on-error: true

uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
with:
Expand Down Expand Up @@ -103,7 +102,6 @@ jobs:
mysql-version: '5.7'
- php-version: '8.4'
composer-option: '--ignore-platform-req=php'
continue-on-error: true

uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
with:
Expand Down Expand Up @@ -134,7 +132,6 @@ jobs:
include:
- php-version: '8.4'
composer-option: '--ignore-platform-req=php'
continue-on-error: true

uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
with:
Expand Down Expand Up @@ -163,7 +160,6 @@ jobs:
include:
- php-version: '8.4'
composer-option: '--ignore-platform-req=php'
continue-on-error: true

uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
with:
Expand Down

0 comments on commit 312ffa0

Please sign in to comment.