Skip to content

Commit

Permalink
issue_37
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Aug 26, 2024
1 parent 8c51993 commit d2a39a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 151 deletions.
91 changes: 0 additions & 91 deletions .github/workflows/cron.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
path: this-plugin
ref: MOODLE_404_STABLE

- name: add plugin
uses: actions/checkout@v4
with:
repository: ndunand/moodle-enrol_attributes
path: extras/enrol_attributes

- name: setup PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -60,7 +66,7 @@ jobs:
sudo locale-gen en_AU.UTF-8
- name: install Moodle
run: moodle-plugin-ci --ansi install --db-host=127.0.0.1 --plugin this-plugin
run: moodle-plugin-ci install --db-host=127.0.0.1 --plugin this-plugin --extra-plugins=extras
env:
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
Expand Down
59 changes: 0 additions & 59 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit d2a39a6

Please sign in to comment.