We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f4707 commit 647af21Copy full SHA for 647af21
.github/workflows/run_tests.yml
@@ -65,19 +65,10 @@ jobs:
65
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
66
timeout-minutes: 10
67
68
- - name: Start Webapps
69
- run: hatch run start-webapps
70
- working-directory: ${{ env.PROJECT_DIR }}
71
-
72
- name: Run Test Cases
73
run: hatch run robotcode -p ci -p ${{ env.TEST_ENV }} robot -d ${{ env.REPORTS_DIR }}
74
working-directory: ${{ env.PROJECT_DIR }}
75
76
- - name: Stop Webapps
77
- run: hatch run stop-webapps
78
79
- if: always()
80
81
- name: Upload Test Results
82
if: always()
83
uses: actions/upload-artifact@v4
0 commit comments