Skip to content

Commit

Permalink
enable pipeline step to install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Oct 27, 2024
1 parent 617d26d commit 9cbd597
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:
if: ${{ always() }}
run: moodle-plugin-ci grunt --max-lint-warnings 0

# # running this just before the tests to make sure that the vendor directory is not included in previous steps
# - name: Install plugin dependencies
# run: |
# cd moodle/local/logging
# composer i
# running this just before the tests to make sure that the vendor directory is not included in previous steps
- name: Install plugin dependencies
run: |
cd moodle/local/logging
composer i
- name: PHPUnit tests
if: ${{ always() }}
Expand Down

0 comments on commit 9cbd597

Please sign in to comment.