Skip to content

Commit 6fc8418

Browse files
Improves github actions
1 parent 4f37626 commit 6fc8418

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/simulation-bridge-ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@ jobs:
5050

5151
# ───── 5. Lint ─────
5252
- name: Run pylint (min score 9.0)
53-
if: matrix.os == 'ubuntu-latest'
5453
run: poetry run pylint simulation_bridge --fail-under=9
5554

5655
# ───── 6. Tests ─────
57-
- name: Run pytest with coverage (Linux)
58-
if: matrix.os == 'ubuntu-latest'
56+
- name: Run pytest with coverage
5957
run: poetry run pytest
6058

6159
- name: Upload coverage to Codecov
@@ -66,9 +64,6 @@ jobs:
6664
fail_ci_if_error: true
6765
token: ${{ secrets.CODECOV_TOKEN }}
6866

69-
- name: Run pytest (no coverage)
70-
run: poetry run pytest -q
71-
7267
# ───── 7. Build + dist artefacts ─────
7368
- name: Install runtime dependencies
7469
run: poetry install --only main

0 commit comments

Comments
 (0)