fix workdir of frontend check
This commit is contained in:
parent
62f236f831
commit
2d1c58813f
@ -66,6 +66,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
poetry run bash scripts/integration.sh ./reflex-web dev
|
poetry run bash scripts/integration.sh ./reflex-web dev
|
||||||
- name: Check outdated frontend dependencies
|
- name: Check outdated frontend dependencies
|
||||||
|
working-directory: ./reflex-web/.web
|
||||||
run: |
|
run: |
|
||||||
outdated=$(/home/runner/.local/share/reflex/bun/bin/bun outdated)
|
outdated=$(/home/runner/.local/share/reflex/bun/bin/bun outdated)
|
||||||
echo "Outdated:"
|
echo "Outdated:"
|
||||||
|
Loading…
Reference in New Issue
Block a user