Skip to content

Commit 381c22a

Browse files
committed
Run TurtleTerm Linux desktop identity guard in CI
1 parent 2589257 commit 381c22a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/turtle-term-scripts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
python3 -m py_compile assets/sourceos/tests/test_turtle_term_release_readiness.py
6060
python3 -m py_compile assets/sourceos/tests/test_turtle_agentic_integration_plan.py
6161
python3 -m py_compile assets/sourceos/tests/test_turtle_product_identity.py
62+
python3 -m py_compile assets/sourceos/tests/test_turtle_linux_desktop_identity.py
6263
6364
- name: Run smoke test
6465
run: python3 assets/sourceos/tests/test_sourceos_term_smoke.py
@@ -69,6 +70,9 @@ jobs:
6970
- name: Run product identity guard
7071
run: python3 assets/sourceos/tests/test_turtle_product_identity.py
7172

73+
- name: Run Linux desktop identity guard
74+
run: python3 assets/sourceos/tests/test_turtle_linux_desktop_identity.py
75+
7276
- name: Run package readiness guard
7377
run: python3 assets/sourceos/tests/test_turtle_term_release_readiness.py
7478

0 commit comments

Comments
 (0)