Skip to content

Commit 86f6b18

Browse files
committed
Make the job pass if it fails
1 parent d898d45 commit 86f6b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
# TODO: add OS name to the name when there is multiple OS
5353
name: "tests/phar: PHP ${{ matrix.php-version }} CLI (${{ matrix.composer-options }})"
5454
runs-on: ${{ matrix.os }}
55-
continue-on-error: ${{ matrix.experimental }}
5655
strategy:
5756
fail-fast: false
5857
matrix:
@@ -84,6 +83,7 @@ jobs:
8483
wget http://ftp.debian.org/debian/pool/main/s/shunit2/shunit2_2.1.8-4_all.deb -O ~/shunit2_2.1.8-4.deb
8584
sudo apt install -y ~/shunit2_2.1.8-4.deb
8685
- name: Run phar tests
86+
continue-on-error: ${{ matrix.experimental }}
8787
run: |
8888
COMPOSER_BIN="/bin/composer" COMPOSER_OPTIONS="${{ matrix.composer-options }}" ./tests/phar/tests.sh
8989

0 commit comments

Comments
 (0)