Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ on:
jobs:
qa:
uses: plone/meta/.github/workflows/qa.yml@2.x
test:
uses: plone/meta/.github/workflows/test.yml@2.x
coverage:
uses: plone/meta/.github/workflows/coverage.yml@2.x
dependencies:
uses: plone/meta/.github/workflows/dependencies.yml@2.x
release_ready:
uses: plone/meta/.github/workflows/release_ready.yml@2.x
circular:
uses: plone/meta/.github/workflows/circular.yml@2.x

##
# To modify the list of default jobs being created add in .meta.toml:
Expand Down
11 changes: 1 addition & 10 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See the inline comments on how to expand/tweak this configuration file
[meta]
template = "default"
commit-id = "2.8.0"
commit-id = "2.8.1.dev0"

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

[pyproject]
dependencies_ignores = "['decorator', 'robotframework-selenium2library', 'robotsuite', 'selenium']"

[github]
jobs = [
"qa",
"test",
"coverage",
"dependencies",
"release_ready",
]
1 change: 1 addition & 0 deletions news/+17f3d09f.tests.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update meta workflow: add ``circular``, remove ``test`` (replaced with test-matrix). [maurits]
Loading