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'