Skip to content

Commit cb0be8a

Browse files
committed
working-directory
1 parent 7752051 commit cb0be8a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/check_outdated_dependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ jobs:
6464
working-directory: ./reflex-web
6565
run: uv run reflex init
6666
- name: Run Website and Check for errors
67+
working-directory: ./reflex-web
6768
run: |
68-
uv run bash scripts/integration.sh ./reflex-web dev
69+
uv run bash ../scripts/integration.sh . dev
6970
- name: Check outdated frontend dependencies
7071
working-directory: ./reflex-web/.web
7172
run: |

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,11 @@ jobs:
133133
working-directory: ./reflex-web
134134
run: uv run reflex init
135135
- name: Run Website and Check for errors
136+
working-directory: ./reflex-web
136137
run: |
137138
# Check that npm is home
138139
npm -v
139-
uv run bash scripts/integration.sh ./reflex-web prod
140+
uv run bash ../scripts/integration.sh . prod
140141
141142
rx-shout-from-template:
142143
strategy:

0 commit comments

Comments
 (0)