mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-02 04:36:06 +02:00
don't fail-fast when running tests
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- 3306
|
- 3306
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [7.3, 7.4, 8.0]
|
php: [7.3, 7.4, 8.0]
|
||||||
name: PHP ${{ matrix.php }}
|
name: PHP ${{ matrix.php }}
|
||||||
|
|||||||
Reference in New Issue
Block a user