Skip to content

Commit 4435035

Browse files
committedFeb 7, 2025
ci (fix): added correct working dir for hatch
1 parent 645a268 commit 4435035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/run_tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,15 @@ jobs:
6969

7070
- name: Start Webapps
7171
run: hatch run start-webapps
72+
working-directory: ${{ env.PROJECT_DIR }}
7273

7374
- name: Run Test Cases
7475
run: hatch run robotcode -p ci -p ${{ env.TEST_ENV }} robot -d ${{ env.REPORTS_DIR }}
7576
working-directory: ${{ env.PROJECT_DIR }}
7677

7778
- name: Stop Webapps
7879
run: hatch run stop-webapps
80+
working-directory: ${{ env.PROJECT_DIR }}
7981
if: always()
8082

8183
- name: Upload Test Results

0 commit comments

Comments
 (0)
Please sign in to comment.