Fix remaining integration tests
This commit is contained in:
parent
806f1c065c
commit
2648b6a495
1
.github/workflows/integration_tests_wsl.yml
vendored
1
.github/workflows/integration_tests_wsl.yml
vendored
@ -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
|
||||
|
@ -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 &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user