Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joaop221 authored Mar 25, 2024
1 parent 1079733 commit b3e3cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
run: |
mkdir -p ./extra-plugins
for dep in ${{ matrix.internal-deps }}; do
mv $dep ./extra-plugins/$dep
mv ./plugin/$dep ./extra-plugins/$dep
done
moodle-plugin-ci install --plugin ./plugin/${{ matrix.folder }} --db-host=127.0.0.1 --extra-plugins ./extra-plugins
env:
Expand Down

0 comments on commit b3e3cf6

Please sign in to comment.