Skip to content

Commit 75401d1

Browse files
committed
Refactor to use core's splitted tests. Fixes #1
1 parent db6f9c8 commit 75401d1

22 files changed

+363
-194
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
name: CKAN 2.10 on Python 3.10
1+
name: CKAN 2.10 on Python 3.10 (v2)
22

33
on:
44
push:
5+
workflow_dispatch:
56
schedule:
67
- cron: '0 0 * * 2,4'
78

89
jobs:
910
call-reusable-workflow:
10-
uses: ./.github/workflows/reusable.yml
11+
uses: ./.github/workflows/reusable_ckan_tests.yml
1112
with:
1213
python-version: "3.10"
1314
ckan-version: "dev-v2.10"
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
name: CKAN 2.10 on Python 3.11
1+
name: CKAN 2.10 on Python 3.11 (v2)
22

33
on:
44
push:
5+
workflow_dispatch:
56
schedule:
67
- cron: '0 0 * * 2,4'
78

89
jobs:
910
call-reusable-workflow:
10-
uses: ./.github/workflows/reusable.yml
11+
uses: ./.github/workflows/reusable_ckan_tests.yml
1112
with:
1213
python-version: "3.11"
1314
ckan-version: "dev-v2.10"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CKAN 2.10 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.10"

.github/workflows/ckan210-python38.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/ckan210-python39.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
name: CKAN 2.11 on Python 3.10
1+
name: CKAN 2.11 on Python 3.10 (v2)
22

33
on:
44
push:
5+
workflow_dispatch:
56
schedule:
67
- cron: '0 0 * * 2,4'
78

89
jobs:
910
call-reusable-workflow:
10-
uses: ./.github/workflows/reusable.yml
11+
uses: ./.github/workflows/reusable_ckan_tests.yml
1112
with:
1213
python-version: "3.10"
1314
ckan-version: "dev-v2.11"
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
name: CKAN 2.11 on Python 3.11
1+
name: CKAN 2.11 on Python 3.11 (v2)
22

33
on:
44
push:
5+
workflow_dispatch:
56
schedule:
67
- cron: '0 0 * * 2,4'
78

89
jobs:
910
call-reusable-workflow:
10-
uses: ./.github/workflows/reusable.yml
11+
uses: ./.github/workflows/reusable_ckan_tests.yml
1112
with:
1213
python-version: "3.11"
1314
ckan-version: "dev-v2.11"
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
name: CKAN 2.11 on Python 3.12
1+
name: CKAN 2.11 on Python 3.12 (v2)
22

33
on:
44
push:
5+
workflow_dispatch:
56
schedule:
67
- cron: '0 0 * * 2,4'
78

89
jobs:
910
call-reusable-workflow:
10-
uses: ./.github/workflows/reusable.yml
11+
uses: ./.github/workflows/reusable_ckan_tests.yml
1112
with:
1213
python-version: "3.12"
1314
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"

0 commit comments

Comments
 (0)