From 78c37496fd36e2fc4dcedaf1957ee37e7d60a447 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Wed, 30 Jul 2025 17:24:08 -0700 Subject: [PATCH] another small fix --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ad2ca7201..472904bb2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -122,7 +122,7 @@ jobs: uses: ./.github/actions/run-integration-tests with: test-types: ${{ needs.discover-tests.outputs.test-types }} - stack-config: 'ci-tests' + stack-config: 'server:ci-tests' # recording must be done with server since more tests are run provider: ${{ inputs.test-provider }} inference-mode: 'record'