Skip to content

Commit 27abf1c

Browse files
committed
.github/workflows/tests.yml(ci[smoke]): run runtime smoke test
why: ensure CI verifies vcspull installs without dev/test dependencies by running the new smoke script. what: - add step that invokes uvx in an isolated environment to run scripts/runtime_dep_smoketest.py.
1 parent ccd2260 commit 27abf1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
COV_CORE_CONFIG: pyproject.toml
4646
COV_CORE_DATAFILE: .coverage.eager
4747

48+
- name: Runtime dependency smoke test
49+
run: uvx --isolated --reinstall --from . python scripts/runtime_dep_smoketest.py
50+
4851
- uses: codecov/codecov-action@v5
4952
with:
5053
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)