Skip to content

Commit 5a033c8

Browse files
authored
Merge pull request #35 from catalyst/add_ci_for_MOODLE_310_STABLE
add CI: MOODLE_310_STABLE
2 parents 2db843b + 142dc56 commit 5a033c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: ci
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
test:
7+
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-310-plus-ci.yml@main
8+
with:
9+
disable_behat: true

0 commit comments

Comments
 (0)