From 6af86983ea46acee480eb9d80372c5e9402f1617 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Tue, 1 Oct 2024 10:07:00 +0200 Subject: [PATCH] Fix CI job (#2681) * Skip sharded setup due to errors when running queries * Skip upload of composer.lock --- .github/workflows/continuous-integration.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d2e179e36..cf9b10606 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -56,12 +56,13 @@ jobs: dependencies: "highest" symfony-version: "stable" # Test with a 5.0 sharded cluster - - topology: "sharded_cluster" - php-version: "8.2" - mongodb-version: "5.0" - driver-version: "stable" - dependencies: "highest" - symfony-version: "stable" + # Currently disabled due to a bug where MongoDB reports "sharding status unknown" +# - topology: "sharded_cluster" +# php-version: "8.2" +# mongodb-version: "5.0" +# driver-version: "stable" +# dependencies: "highest" +# symfony-version: "stable" steps: - name: "Checkout" @@ -117,13 +118,6 @@ jobs: dependency-versions: "${{ matrix.dependencies }}" composer-options: "--prefer-dist" - - name: "Upload composer.lock as build artifact" - uses: actions/upload-artifact@v4 - with: - name: "composer-lock-phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ matrix.mongodb-version }}" - path: composer.lock - overwrite: true - - id: setup-mongodb uses: mongodb-labs/drivers-evergreen-tools@master with: