Skip to content

Commit 675d8c8

Browse files
committed
Activate GUI tests in CI
1 parent 24ea892 commit 675d8c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/app-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
python -m pip install --upgrade pip
4747
pip install -r requirements.txt || true
4848
49-
- name: Run tests
49+
- name: Run App tests
5050
run: |
5151
python AddonManagerTest/run_app_tests.py
52+
53+
- name: Run GUI tests
54+
run: |
55+
python AddonManagerTest/run_gui_tests.py

0 commit comments

Comments
 (0)