This commit is contained in:
Ashwin Bharambe 2025-08-18 14:42:59 -07:00
parent 0dd4a72bbc
commit 0d25c62ab2
2 changed files with 8 additions and 2 deletions

View file

@ -36,7 +36,7 @@ runs:
- name: Run Integration Tests
shell: bash
run: |
uv run --verbose ./scripts/integration-tests.sh \
uv run --verbose --active ./scripts/integration-tests.sh \
--stack-config '${{ inputs.stack-config }}' \
--provider '${{ inputs.provider }}' \
--test-subdirs '${{ inputs.test-subdirs }}' \