Skip to content

Commit 1a7e5a9

Browse files
Give other name to GHA workflow.
We had 'tests' and 'Tests'.
1 parent cb4453c commit 1a7e5a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Generated from:
22
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
3-
name: tests
3+
# plone.autoinclude has a really specific test setup, and can only really be
4+
# tested on its own, not on Jenkins in combination with other plone packages.
5+
name: Unit/integration
46

57
on:
68
push:

0 commit comments

Comments
 (0)