Skip to content

Commit 303a90a

Browse files
author
Abylkasym uulu Alidin
committed
update pipeline
1 parent a716a3b commit 303a90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949

5050
# Step 7: Install frontend dependencies
5151
- name: Install frontend dependencies
52-
working-directory: frontend
52+
working-directory: time_complexity_analyzer/frontend
5353
run: npm install
5454

5555
# Step 8: Run React frontend tests
5656
- name: Run React frontend tests
57-
working-directory: frontend
57+
working-directory: time_complexity_analyzer/frontend
5858
run: npm test -- --watchAll=false

0 commit comments

Comments
 (0)