From 054dbbb83adc4eb0944a98a17dd7325743ed829c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 11 Feb 2021 18:30:14 +0100 Subject: Allow failure for now on Alpine Linux See https://bugs.archlinux.org/task/69563#comment196468 for details --- .github/workflows/distributions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/distributions.yml b/.github/workflows/distributions.yml index 447dcac..3b90fee 100644 --- a/.github/workflows/distributions.yml +++ b/.github/workflows/distributions.yml @@ -76,15 +76,19 @@ jobs: - name: Remove php8 tests for php7 run: rm -rf src/tests/*php8*/ - name: Install dependencies + continue-on-error: true run: | pacman --sync --refresh --noconfirm --quiet php wget autoconf gcc make wget https://pear.php.net/go-pear.phar php go-pear.phar - name: Install pecl + continue-on-error: true run: pecl install vld-beta - name: Build and run the testsuite + continue-on-error: true run: make tests - name: Show logs in case of failure + continue-on-error: true if: ${{ failure() }} run: | grep -r . ./src/tests/*/*.out -- cgit v1.3