Closed mauritsvanrees closed 2 years ago
Does anyone understand why GitHub Actions are not running? Jobs got started at first, but failed quickly because of various reasons. I fixed this and force pushed. But now no actions are running at all, except the standard changelog and contributor agreement verifiers. Does anyone see what I am doing wrong?
Found it. The workflow file was invalid, which GitHub tells you if you know where to look.
The workflow is not valid. .github/workflows/main.yml (Line: 14, Col: 7):
A sequence was not expected
I was using matrix.config
, but my matrix
did not have a config
.
I have created a branch 4.x from current master, for supporting Plone 5.1 and 5.2. I have fixed
tox.ini
so it works again locally:I have removed all linting, code-analysis, coverage. Various parts were pointing to a src directory that did not exist. If we want to keep doing this on the
main
, that is fine, but let's not burden the support branch with this. Also removed chromedriver/robot stuff from GitHub Actions, because we do not have any robot tests.