Skip to content

Commit 0ad9a1a

Browse files
Update meta workflow: add circular, remove test (replaced with test-matrix).
See failed run: https://github.com/plone/plone.app.testing/actions/runs/25344806259 ``` error parsing called workflow ".github/workflows/meta.yml" -> "plone/meta/.github/workflows/test.yml@2.x" : failed to fetch workflow: workflow was not found. ```
1 parent 42c10ae commit 0ad9a1a

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/meta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ on:
2020
jobs:
2121
qa:
2222
uses: plone/meta/.github/workflows/qa.yml@2.x
23-
test:
24-
uses: plone/meta/.github/workflows/test.yml@2.x
2523
coverage:
2624
uses: plone/meta/.github/workflows/coverage.yml@2.x
2725
dependencies:
2826
uses: plone/meta/.github/workflows/dependencies.yml@2.x
2927
release_ready:
3028
uses: plone/meta/.github/workflows/release_ready.yml@2.x
29+
circular:
30+
uses: plone/meta/.github/workflows/circular.yml@2.x
3131

3232
##
3333
# To modify the list of default jobs being created add in .meta.toml:

.meta.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See the inline comments on how to expand/tweak this configuration file
44
[meta]
55
template = "default"
6-
commit-id = "2.8.0"
6+
commit-id = "2.8.1.dev0"
77

88
[tox]
99
test_matrix = {"6.2" = ["*"]}
@@ -16,12 +16,3 @@ per-file-ignores =
1616

1717
[pyproject]
1818
dependencies_ignores = "['decorator', 'robotframework-selenium2library', 'robotsuite', 'selenium']"
19-
20-
[github]
21-
jobs = [
22-
"qa",
23-
"test",
24-
"coverage",
25-
"dependencies",
26-
"release_ready",
27-
]

news/+17f3d09f.tests.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update meta workflow: add ``circular``, remove ``test`` (replaced with test-matrix). [maurits]

0 commit comments

Comments
 (0)