From e7028527aca5a6a113f51cbbe418c4f04c2c92ef Mon Sep 17 00:00:00 2001 From: Vincent Cornelis Date: Thu, 29 Feb 2024 14:02:55 +0100 Subject: [PATCH] Update #886bwwnb0j - Add CI test --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..9ad984a --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,14 @@ +# .github/workflows/ci.yml +name: ci + +on: [push, pull_request] + +jobs: + ci: + uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main + # Required if you plan to publish (uncomment the below) + # secrets: + # moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} + with: + disable_behat: true + disable_phpunit: true