fix workdir of frontend check
This commit is contained in:
parent
62f236f831
commit
2d1c58813f
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user