mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Do not allow unit tests to fail
This commit is contained in:
parent
a61235a5d1
commit
80012b8ee8
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -46,7 +46,6 @@ jobs:
|
|||||||
|
|
||||||
unit-tests:
|
unit-tests:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
continue-on-error: ${{ matrix.php-version == '8.0' }}
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version: ['7.4', '8.0']
|
php-version: ['7.4', '8.0']
|
||||||
|
Loading…
Reference in New Issue
Block a user