From 15c0a1906f2348408bda41fa422afc6389b8cf85 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Wed, 5 Jan 2022 19:28:55 +0100 Subject: . --- .github/workflows/builds.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index adc3da9..2038ad7 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -19,11 +19,12 @@ jobs: if: startsWith(matrix.container, 'php:7') run: | pecl install vld-beta - rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt src/tests/disable_function/*_signal.phpt + rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt - name: Build and run the testsuite run: | make release ln -s $(php -r 'echo ini_get("extension_dir");')/* src/modules/ + rm -f src/tests/disable_function/*_signal.phpt make tests - name: Show logs in case of failure if: ${{ failure() }} -- cgit v1.3