Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 1e166f5

Browse files
committed
Run CI against the pytest project.
1 parent 8a98f6a commit 1e166f5

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Diff for: .github/workflows/python-ci.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
pull_request:
55
paths:
66
- "python/**"
7-
defaults:
8-
run:
9-
working-directory: python/selfie-lib
107
concurrency:
118
group: ${{ github.workflow }}-${{ github.ref }}
129
cancel-in-progress: true
@@ -27,6 +24,18 @@ jobs:
2724
python-version-file: "python/selfie-lib/pyproject.toml"
2825
cache: "poetry"
2926
- run: poetry install
27+
working-directory: python/selfie-lib
3028
- run: poetry run pytest -vv
29+
working-directory: python/selfie-lib
3130
- run: poetry run pyright
31+
working-directory: python/selfie-lib
3232
- run: poetry run ruff format --check
33+
working-directory: python/selfie-lib
34+
- run: poetry install
35+
working-directory: python/selfie-runner-pytest
36+
- run: poetry run pytest -vv
37+
working-directory: python/selfie-runner-pytest
38+
- run: poetry run pyright
39+
working-directory: python/selfie-runner-pytest
40+
- run: poetry run ruff format --check
41+
working-directory: python/selfie-runner-pytest

0 commit comments

Comments
 (0)