Skip to content

Commit 647af21

Browse files
committedFeb 7, 2025··
ci: removed duplicate web app start and teardown
1 parent 45f4707 commit 647af21

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎.github/workflows/run_tests.yml

-9
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,10 @@ jobs:
6565
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
6666
timeout-minutes: 10
6767

68-
- name: Start Webapps
69-
run: hatch run start-webapps
70-
working-directory: ${{ env.PROJECT_DIR }}
71-
7268
- name: Run Test Cases
7369
run: hatch run robotcode -p ci -p ${{ env.TEST_ENV }} robot -d ${{ env.REPORTS_DIR }}
7470
working-directory: ${{ env.PROJECT_DIR }}
7571

76-
- name: Stop Webapps
77-
run: hatch run stop-webapps
78-
working-directory: ${{ env.PROJECT_DIR }}
79-
if: always()
80-
8172
- name: Upload Test Results
8273
if: always()
8374
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)
Please sign in to comment.