diff --git a/.github/workflows/pull-integration-test.yaml b/.github/workflows/pull-integration-test.yaml index 464a5166..412152dd 100644 --- a/.github/workflows/pull-integration-test.yaml +++ b/.github/workflows/pull-integration-test.yaml @@ -90,5 +90,5 @@ jobs: DATABASE_PORT: ${{ steps.int-tests-configs.outputs.DATABASE_PORT }} DOCS_TABLE_NAME: ${{ steps.int-tests-configs.outputs.DOCS_TABLE_NAME }} run: | - echo "${{ secrets.MODELS_JSON }}" | base64 --decode | jq > $GITHUB_WORKSPACE/config/config.json + echo "${{ secrets.CONFIG_TEST }}" | base64 --decode | jq > $GITHUB_WORKSPACE/config/config.json poetry run poe test-integration \ No newline at end of file