1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Add missing if: always() to community tests

This commit is contained in:
Ilija Tovilo
2024-04-15 13:20:48 +02:00
parent 89e744d1e1
commit 8475cfb695

View File

@@ -410,6 +410,7 @@ jobs:
echo opcache.jit_hot_side_exit=1 >> /etc/php.d/opcache.ini
php -v
- name: Test AMPHP
if: always()
run: |
repositories="amp cache dns file http parallel parser pipeline process serialization socket sync websocket-client websocket-server"
X=0
@@ -427,6 +428,7 @@ jobs:
done
exit $X
- name: Test Laravel
if: always()
run: |
git clone https://github.com/laravel/framework.git --branch=master --depth=1
cd framework
@@ -439,6 +441,7 @@ jobs:
exit 1
fi
- name: Test ReactPHP
if: always()
run: |
repositories="async cache child-process datagram dns event-loop promise promise-stream promise-timer stream"
X=0
@@ -456,6 +459,7 @@ jobs:
done
exit $X
- name: Test Revolt PHP
if: always()
run: |
git clone https://github.com/revoltphp/event-loop.git --depth=1
cd event-loop
@@ -466,6 +470,7 @@ jobs:
exit 1
fi
- name: Test Symfony
if: always()
run: |
git clone https://github.com/symfony/symfony.git --depth=1
cd symfony
@@ -497,6 +502,7 @@ jobs:
exit 1
fi
- name: 'Symfony Preloading'
if: always()
run: |
php /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress --ignore-platform-reqs
cd symfony_demo