From bf6bcc9a90126ac8e98bd46c9af5e62d04ca835f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 23 Jan 2021 17:50:40 +0100 Subject: Allow the Alpine build to fail for now --- .github/workflows/distributions.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/distributions.yml b/.github/workflows/distributions.yml index d36435c..447dcac 100644 --- a/.github/workflows/distributions.yml +++ b/.github/workflows/distributions.yml @@ -103,11 +103,14 @@ jobs: - name: Install dependencies run: apk add php7-dev php7-cgi php7-simplexml php7-xml pcre-dev build-base php7-pear php7-openssl - 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 if: ${{ failure() }} + continue-on-error: true run: | grep -r . ./src/tests/*/*.out grep -r . ./src/tests/*/*.diff -- cgit v1.3