Skip to content

Commit

Permalink
Use separate GHA secret for int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 14, 2025
1 parent 363569c commit 0eb8db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0eb8db8

Please sign in to comment.