summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/distributions_php8.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml
index ede9329..b885b05 100644
--- a/.github/workflows/distributions_php8.yml
+++ b/.github/workflows/distributions_php8.yml
@@ -45,6 +45,7 @@ jobs:
45 run: pecl install vld-beta 45 run: pecl install vld-beta
46 - name: Build and run the testsuite 46 - name: Build and run the testsuite
47 run: make release tests 47 run: make release tests
48 continue-on-error: true
48 - name: Show logs in case of failure 49 - name: Show logs in case of failure
49 if: ${{ failure() }} 50 if: ${{ failure() }}
50 run: | 51 run: |