Skip to content

Commit 224bc7b

Browse files
committed
fixed action
1 parent 50eaf96 commit 224bc7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fe_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
# Start the app in background
7878
- name: Start React app
79-
run: npm run start &
79+
run: npm run dev &
8080
working-directory: frontend
8181

8282
- name: Wait for server

0 commit comments

Comments
 (0)