Skip to content

Commit d0c57d0

Browse files
Update ci.yml
1 parent c557e0a commit d0c57d0

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: ci
22
on: [push, pull_request]
3+
34
jobs:
45
ci:
5-
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
6-
secrets:
7-
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
8-
with:
9-
disable_behat: false
10-
disable_grunt: false
11-
release_branches: main
12-
min_php : 7.4
6+
runs-on: localrunner
7+
steps:
8+
- uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
9+
with:
10+
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
11+
disable_behat: false
12+
disable_grunt: false
13+
release_branches: main
14+
min_php: '7.4'

0 commit comments

Comments
 (0)