Skip to content

Commit 6f3ab5b

Browse files
committed
Reduce tests run in main to smoke and only run PR checks on oldest version
Signed-off-by: Samuel Monson <[email protected]>
1 parent 544465b commit 6f3ab5b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/development.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tests:
99
strategy:
1010
matrix:
11-
python: ["3.10", "3.13"]
11+
python: ["3.10"]
1212
uses: ./.github/workflows/testing.yml
1313
with:
1414
python: ${{ matrix.python }}
@@ -19,7 +19,7 @@ jobs:
1919
quality:
2020
strategy:
2121
matrix:
22-
python: ["3.10", "3.13"]
22+
python: ["3.10"]
2323
uses: ./.github/workflows/quality.yml
2424
with:
2525
python: ${{ matrix.python }}

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: ./.github/workflows/testing.yml
1414
with:
1515
python: ${{ matrix.python }}
16+
args: -m "smoke"
1617

1718
ui-tests:
1819
uses: ./.github/workflows/ui-testing.yml

0 commit comments

Comments
 (0)