Skip to content

Commit f069377

Browse files
committed
Add more versions
1 parent dc74ad2 commit f069377

File tree

5 files changed

+58
-0
lines changed

5 files changed

+58
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CKAN 2.11 on Python 3.10 (v2)
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '0 0 * * 2,4'
8+
9+
jobs:
10+
call-reusable-workflow:
11+
uses: ./.github/workflows/reusable_ckan_tests.yml
12+
with:
13+
python-version: "3.10"
14+
ckan-version: "dev-v2.11"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CKAN 2.11 on Python 3.12 (v2)
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '0 0 * * 2,4'
8+
9+
jobs:
10+
call-reusable-workflow:
11+
uses: ./.github/workflows/reusable_ckan_tests.yml
12+
with:
13+
python-version: "3.12"
14+
ckan-version: "dev-v2.11"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CKAN 2.11 on Python 3.13 (v2)
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '0 0 * * 2,4'
8+
9+
jobs:
10+
call-reusable-workflow:
11+
uses: ./.github/workflows/reusable_ckan_tests.yml
12+
with:
13+
python-version: "3.13"
14+
ckan-version: "dev-v2.11"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CKAN 2.11 on Python 3.14 (v2)
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '0 0 * * 2,4'
8+
9+
jobs:
10+
call-reusable-workflow:
11+
uses: ./.github/workflows/reusable_ckan_tests.yml
12+
with:
13+
python-version: "3.14"
14+
ckan-version: "dev-v2.11"

.github/workflows/reusable_ckan_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Reusable CKAN Test workflow (splits)
22

3+
# Adapted and simplified from the core ckan/ckan repo worflow
4+
35
#pytest split data storage https://github.com/jerry-git/pytest-split/issues/20#issuecomment-2576031836
46
#GitHub actions variables. IS_PYTEST_COMBINE_TEST_RESULTS_DISABLED when set to 'True', will disable rollup (default will run)
57
on:

0 commit comments

Comments
 (0)