fix workdir of frontend check

This commit is contained in:
Lendemor 2024-10-05 01:10:14 +02:00
parent 62f236f831
commit 2d1c58813f

View File

@ -66,6 +66,7 @@ jobs:
run: |
poetry run bash scripts/integration.sh ./reflex-web dev
- name: Check outdated frontend dependencies
working-directory: ./reflex-web/.web
run: |
outdated=$(/home/runner/.local/share/reflex/bun/bin/bun outdated)
echo "Outdated:"