From 6ebaff35189b208f36a4a258db9eb9692a38f321 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 19 Jun 2024 18:33:42 +0200 Subject: [PATCH] escaping broken? --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 263464bfa0..90f027e253 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -447,7 +447,7 @@ jobs: with: build_type: ${{ matrix.build_type }} test_selection: regress - extra_params: -k 'test_pg_regress[' + extra_params: -k test_pg_regress needs_postgres_source: true run_with_real_s3: true real_s3_bucket: neon-github-ci-tests