Fix remaining integration tests

This commit is contained in:
Masen Furer 2025-01-03 13:14:04 -08:00
parent 806f1c065c
commit 2648b6a495
No known key found for this signature in database
GPG Key ID: 2AE2BD5531FF94F4
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ jobs:
shell: wsl-bash {0}
run: |
export TELEMETRY_ENABLED=false
export WAIT_FOR_LISTENING_PORT_ARGS="--path ping"
dos2unix scripts/integration.sh
poetry run bash scripts/integration.sh ./reflex-examples/counter dev 8001 --backend-only --backend-port 8001
- name: Init Website for counter example

View File

@ -29,7 +29,7 @@ source ~/venv/bin/activate
pip install -U pip
echo "Installing reflex from local repo code"
pip install /reflex-repo
pip install '/reflex-repo[proxy]'
redis-server &