We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a716a3b commit 303a90aCopy full SHA for 303a90a
.github/workflows/ci-pipeline.yml
@@ -49,10 +49,10 @@ jobs:
49
50
# Step 7: Install frontend dependencies
51
- name: Install frontend dependencies
52
- working-directory: frontend
+ working-directory: time_complexity_analyzer/frontend
53
run: npm install
54
55
# Step 8: Run React frontend tests
56
- name: Run React frontend tests
57
58
run: npm test -- --watchAll=false
0 commit comments