Skip to content

Commit bdfe02d

Browse files
committed
Remove redundant Chrome process termination in UI tests
The step to kill Chrome processes was unnecessary and has been removed to simplify the workflow. This change reduces redundancy and ensures the workflow remains focused on essential tasks.
1 parent ecec439 commit bdfe02d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/uitests.yml

-7
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ jobs:
5757
max-attempts: 15
5858
retry-delay: 30s
5959

60-
# Kill any running Chrome processes
61-
- name: Kill Chrome Processes
62-
run: |
63-
pkill -f chrome || true
64-
pkill -f chromium || true
65-
echo "Chrome processes killed"
66-
6760
# Run tests
6861
- name: Tests
6962
if: matrix.os != 'ubuntu-latest'

0 commit comments

Comments
 (0)