We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50eaf96 commit 224bc7bCopy full SHA for 224bc7b
1 file changed
.github/workflows/fe_e2e.yml
@@ -76,7 +76,7 @@ jobs:
76
77
# Start the app in background
78
- name: Start React app
79
- run: npm run start &
+ run: npm run dev &
80
working-directory: frontend
81
82
- name: Wait for server
0 commit comments