remove outdated diff
This commit is contained in:
parent
001b01f541
commit
7ef08b1797
@ -45,7 +45,7 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
run-poetry-install: true
|
run-poetry-install: true
|
||||||
create-venv-at-path: .venv
|
create-venv-at-path: .venv
|
||||||
- run: poetry run uv pip install pyvirtualdisplay pillow playwright pytest-playwright
|
- run: poetry run uv pip install pyvirtualdisplay pillow
|
||||||
- name: Run app harness tests
|
- name: Run app harness tests
|
||||||
env:
|
env:
|
||||||
SCREENSHOT_DIR: /tmp/screenshots
|
SCREENSHOT_DIR: /tmp/screenshots
|
||||||
|
6
.github/workflows/integration_tests.yml
vendored
6
.github/workflows/integration_tests.yml
vendored
@ -153,9 +153,9 @@ jobs:
|
|||||||
run: poetry run reflex init
|
run: poetry run reflex init
|
||||||
- name: Run Website and Check for errors
|
- name: Run Website and Check for errors
|
||||||
run: |
|
run: |
|
||||||
# Check that npm is home
|
# Check that npm is home
|
||||||
npm -v
|
npm -v
|
||||||
poetry run bash scripts/integration.sh ./reflex-web prod
|
poetry run bash scripts/integration.sh ./reflex-web prod
|
||||||
- name: Measure and upload .web size
|
- name: Measure and upload .web size
|
||||||
run:
|
run:
|
||||||
poetry run python benchmarks/benchmark_web_size.py --os "${{ matrix.os }}"
|
poetry run python benchmarks/benchmark_web_size.py --os "${{ matrix.os }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user