Skip to content

Commit 80ac3a1

Browse files
committed
added profile to test execution command
1 parent 8c3750a commit 80ac3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
working-directory: ${{ env.PROJECT_DIR }}
5252

5353
- name: Run Test Cases
54-
run: hatch run robotcode robot --outputdir=${{ env.REPORTS_DIR }}
54+
run: hatch run robotcode robot -p ci --outputdir=${{ env.REPORTS_DIR }}
5555
working-directory: ${{ env.PROJECT_DIR }}
5656

5757
- name: Upload Test Results

0 commit comments

Comments
 (0)