File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
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'
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
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
You can’t perform that action at this time.
0 commit comments