This commit is contained in:
Ashwin Bharambe 2025-08-18 15:17:28 -07:00
parent 3114e188a8
commit 6b9d14042e
6 changed files with 10 additions and 21 deletions

View file

@ -36,11 +36,7 @@ runs:
- name: Run Integration Tests
shell: bash
run: |
# TODO: make sure this virtual environment is the same as the one used in the setup-runner action
VIRTUAL_ENV=github-actions-runner
source $VIRTUAL_ENV/bin/activate
uv run --verbose --active --no-sync ./scripts/integration-tests.sh \
uv run --no-sync ./scripts/integration-tests.sh \
--stack-config '${{ inputs.stack-config }}' \
--provider '${{ inputs.provider }}' \
--test-subdirs '${{ inputs.test-subdirs }}' \