We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3750a commit 80ac3a1Copy full SHA for 80ac3a1
.github/workflows/run_tests.yml
@@ -51,7 +51,7 @@ jobs:
51
working-directory: ${{ env.PROJECT_DIR }}
52
53
- name: Run Test Cases
54
- run: hatch run robotcode robot --outputdir=${{ env.REPORTS_DIR }}
+ run: hatch run robotcode robot -p ci --outputdir=${{ env.REPORTS_DIR }}
55
56
57
- name: Upload Test Results
0 commit comments