windows WTF?

This commit is contained in:
Masen Furer 2024-12-20 17:58:53 -08:00
parent 143a522920
commit 7854bdd6dc
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -80,7 +80,7 @@ jobs:
poetry run reflex export --backend-only
- name: Check run --backend-only before init for counter example
env:
WAIT_FOR_LISTENING_PORT_ARGS: --path /ping
WAIT_FOR_LISTENING_PORT_ARGS: "--path" /ping
run: |
poetry run bash scripts/integration.sh ./reflex-examples/counter dev 8001 --backend-only --backend-port 8001
- name: Init Website for counter example