Skip to content

Commit 8475cfb

Browse files
committed
[skip ci] Add missing if: always() to community tests
1 parent 89e744d commit 8475cfb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ jobs:
410410
echo opcache.jit_hot_side_exit=1 >> /etc/php.d/opcache.ini
411411
php -v
412412
- name: Test AMPHP
413+
if: always()
413414
run: |
414415
repositories="amp cache dns file http parallel parser pipeline process serialization socket sync websocket-client websocket-server"
415416
X=0
@@ -427,6 +428,7 @@ jobs:
427428
done
428429
exit $X
429430
- name: Test Laravel
431+
if: always()
430432
run: |
431433
git clone https://github.com/laravel/framework.git --branch=master --depth=1
432434
cd framework
@@ -439,6 +441,7 @@ jobs:
439441
exit 1
440442
fi
441443
- name: Test ReactPHP
444+
if: always()
442445
run: |
443446
repositories="async cache child-process datagram dns event-loop promise promise-stream promise-timer stream"
444447
X=0
@@ -456,6 +459,7 @@ jobs:
456459
done
457460
exit $X
458461
- name: Test Revolt PHP
462+
if: always()
459463
run: |
460464
git clone https://github.com/revoltphp/event-loop.git --depth=1
461465
cd event-loop
@@ -466,6 +470,7 @@ jobs:
466470
exit 1
467471
fi
468472
- name: Test Symfony
473+
if: always()
469474
run: |
470475
git clone https://github.com/symfony/symfony.git --depth=1
471476
cd symfony
@@ -497,6 +502,7 @@ jobs:
497502
exit 1
498503
fi
499504
- name: 'Symfony Preloading'
505+
if: always()
500506
run: |
501507
php /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress --ignore-platform-reqs
502508
cd symfony_demo

0 commit comments

Comments
 (0)