From 3af003f93ac351319c44a540e77c3fa5ae481a14 Mon Sep 17 00:00:00 2001 From: Jason Den Dulk Date: Tue, 11 Feb 2025 08:58:00 +1100 Subject: [PATCH] Disable behat for ci testing --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb8d3b..dd8557c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,5 +8,4 @@ jobs: uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main secrets: moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} - with: - disable_behat: true +