From b4905d4358d72ae404e4c4986e93f23a435dd71c Mon Sep 17 00:00:00 2001 From: Matthew Hilton Date: Mon, 28 Oct 2024 14:44:25 +1000 Subject: [PATCH] ci: disable phpunit --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75a7a00..ecad698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,4 +5,6 @@ on: [push, pull_request] jobs: ci: - uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main \ No newline at end of file + uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main + with: + disable_phpunit: true # There are no phpunit tests, and this breaks the Moodle CI if phpunit runs and there are no tests. \ No newline at end of file