Skip to content

Commit

Permalink
ci: update to new reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
keevan authored Jun 2, 2022
1 parent cc7f2dd commit 75f342c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Run all tests for Moodle 34+
# .github/workflows/ci.yml
name: ci

on: [push, pull_request]

jobs:
workflow_group_34_plus_ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-34-plus-ci.yml@main
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
with:
extra_plugin_runners: 'moodle-plugin-ci add-plugin catalyst/moodle-local_aws'

0 comments on commit 75f342c

Please sign in to comment.