Move checks to GHA

This commit is contained in:
Nicolas Grekas
2021-07-09 11:25:58 +02:00
parent bdd0dbc050
commit 3df62e0816
64 changed files with 271 additions and 167 deletions
+2 -10
View File
@@ -1,14 +1,6 @@
{
"copy-from-recipe": {
"codeception.yaml": "codeception.yml",
"tests/_data/": "tests/_data/",
"tests/_output/": "tests/_output/",
"tests/_support/": "tests/_support",
"tests/acceptance/": "tests/acceptance/",
"tests/functional/": "tests/functional/",
"tests/unit/": "tests/unit/",
"tests/acceptance.suite.yaml": "tests/acceptance.suite.yml",
"tests/functional.suite.yaml": "tests/functional.suite.yml",
"tests/unit.suite.yaml": "tests/unit.suite.yml"
"codeception.yml": "codeception.yml",
"tests/": "tests/"
}
}