Skip to content
Draft
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
7 changes: 7 additions & 0 deletions .github/workflows/coredev-60.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This is a GitHub Action for testing a PR of the current package on buildout.coredev.
# See https://github.com/plone/.github/blob/main/.github/workflows/coredev-60.yml
name: Test PR on buildout.coredev 6.0
on: pull_request
jobs:
test-coredev:
uses: plone/.github/.github/workflows/coredev-60.yml@main
3 changes: 3 additions & 0 deletions news/3540.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Run all robot tests and all Py 3.10 tests on GitHub Actions.
Uses a new reusable workflow.
[maurits]