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 645a268 commit 4435035Copy full SHA for 4435035
.github/workflows/run_tests.yml
@@ -69,13 +69,15 @@ jobs:
69
70
- name: Start Webapps
71
run: hatch run start-webapps
72
+ working-directory: ${{ env.PROJECT_DIR }}
73
74
- name: Run Test Cases
75
run: hatch run robotcode -p ci -p ${{ env.TEST_ENV }} robot -d ${{ env.REPORTS_DIR }}
76
working-directory: ${{ env.PROJECT_DIR }}
77
78
- name: Stop Webapps
79
run: hatch run stop-webapps
80
81
if: always()
82
83
- name: Upload Test Results
0 commit comments