From e02c872ba9ebae60b5d07bb15f9957a91a160f47 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Thu, 3 Oct 2024 19:27:52 -0700 Subject: [PATCH] Run conformance tests in regular linux build --- .github/workflows/test_php.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/test_php.yml b/.github/workflows/test_php.yml index bd89924c45..573a827960 100644 --- a/.github/workflows/test_php.yml +++ b/.github/workflows/test_php.yml @@ -77,6 +77,15 @@ jobs: extra-flags: -e COMPOSER_HOME=/workspace/composer-cache command: ${{ matrix.command }} + - name: Run conformance tests + if: ${{ !matrix.continuous-only || inputs.continuous-run }} + uses: protocolbuffers/protobuf-ci/bazel@v3 + with: + image: us-docker.pkg.dev/protobuf-build/containers/test/linux/php:6.4.0-${{ matrix.version }}-27cf7b86212020d7e552bc13b1e084abb971da75 + credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }} + bazel-cache: php_linux/${{ matrix.version }} + bazel: test //php:conformance_test //php:conformance_test_c --action_env=PATH --test_env=PATH + linux-32bit: strategy: fail-fast: false # Don't cancel all jobs if one fails.