Skip to content

Commit

Permalink
ci fixes (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syxton authored Dec 10, 2024
1 parent aa2f72b commit 220f895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Initialise moodle-plugin-ci
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
sudo locale-gen en_AU.UTF-8
Expand Down
1 change: 1 addition & 0 deletions tests/massaction_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ final class massaction_test extends advanced_testcase {
* Prepare testing.
*/
public function setUp(): void {
parent::setUp();
$generator = $this->getDataGenerator();
$this->setAdminUser();
$this->resetAfterTest();
Expand Down

0 comments on commit 220f895

Please sign in to comment.