Skip to content

Commit db876eb

Browse files
committed
fix: fixed conflict
1 parent 32145ea commit db876eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: npm install
27+
working-directory: next-ui
2728

2829
- name: Run tests
2930
run: |
@@ -35,7 +36,7 @@ jobs:
3536
3637
- name: Build app
3738
run: npm run build
38-
39+
working-directory: next-ui
3940
# -------------------
4041
# CD JOB
4142
# -------------------

0 commit comments

Comments
 (0)