Skip to content

Commit

Permalink
ci: disable phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton committed Oct 28, 2024
1 parent 0385564 commit b4905d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ on: [push, pull_request]

jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
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.

0 comments on commit b4905d4

Please sign in to comment.