This commit is contained in:
Ashwin Bharambe 2025-08-18 14:27:49 -07:00
parent 780f1c41f2
commit 0dd4a72bbc

View file

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