diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5c0b37bad..800072df7 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -242,6 +242,9 @@ jobs: run: | # Check that npm is home npm -v + ulimit -a + ulimit -n 32768 + ulimit -a poetry run bash scripts/integration.sh ./reflex-web prod - name: Measure and upload .web size run: