We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d898d45 commit 86f6b18Copy full SHA for 86f6b18
.github/workflows/tests.yml
@@ -52,7 +52,6 @@ jobs:
52
# TODO: add OS name to the name when there is multiple OS
53
name: "tests/phar: PHP ${{ matrix.php-version }} CLI (${{ matrix.composer-options }})"
54
runs-on: ${{ matrix.os }}
55
- continue-on-error: ${{ matrix.experimental }}
56
strategy:
57
fail-fast: false
58
matrix:
@@ -84,6 +83,7 @@ jobs:
84
83
wget http://ftp.debian.org/debian/pool/main/s/shunit2/shunit2_2.1.8-4_all.deb -O ~/shunit2_2.1.8-4.deb
85
sudo apt install -y ~/shunit2_2.1.8-4.deb
86
- name: Run phar tests
+ continue-on-error: ${{ matrix.experimental }}
87
run: |
88
COMPOSER_BIN="/bin/composer" COMPOSER_OPTIONS="${{ matrix.composer-options }}" ./tests/phar/tests.sh
89
0 commit comments