Skip to content

Commit 842f49c

Browse files
committed
Run TurtleTerm Linux native packaging guard in CI
1 parent b233007 commit 842f49c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'docs/sourceos/**'
88
- 'integrations/neovim/**'
99
- 'packaging/homebrew/**'
10+
- 'packaging/linux/**'
1011
- 'packaging/scripts/**'
1112
- 'README.md'
1213
- '.github/workflows/turtle-term-scripts.yml'
@@ -18,6 +19,7 @@ on:
1819
- 'docs/sourceos/**'
1920
- 'integrations/neovim/**'
2021
- 'packaging/homebrew/**'
22+
- 'packaging/linux/**'
2123
- 'packaging/scripts/**'
2224
- 'README.md'
2325
- '.github/workflows/turtle-term-scripts.yml'
@@ -68,6 +70,7 @@ jobs:
6870
python3 -m py_compile assets/sourceos/tests/test_turtle_product_identity.py
6971
python3 -m py_compile assets/sourceos/tests/test_turtle_linux_desktop_identity.py
7072
python3 -m py_compile assets/sourceos/tests/test_turtle_neovim_integration.py
73+
python3 -m py_compile assets/sourceos/tests/test_turtle_linux_native_packaging.py
7174
7275
- name: Run smoke test
7376
run: python3 assets/sourceos/tests/test_sourceos_term_smoke.py
@@ -81,6 +84,9 @@ jobs:
8184
- name: Run Linux desktop identity guard
8285
run: python3 assets/sourceos/tests/test_turtle_linux_desktop_identity.py
8386

87+
- name: Run Linux native packaging guard
88+
run: python3 assets/sourceos/tests/test_turtle_linux_native_packaging.py
89+
8490
- name: Run Neovim integration guard
8591
run: python3 assets/sourceos/tests/test_turtle_neovim_integration.py
8692

0 commit comments

Comments
 (0)