Skip to content

Commit

Permalink
what about before
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Oct 8, 2024
1 parent 6602d47 commit 16ada86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
run: |
moodle-plugin-ci add-plugin --branch MOODLE_400_STABLE catalyst/moodle-mod_facetoface
- name: List directory structure
run: |
echo "Current working directory: $(pwd)"
echo "Listing directory structure:"
ls -la
- name: Install the plugin.
run: |
moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
Expand All @@ -77,12 +83,6 @@ jobs:
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
IGNORE_PATHS: 'vendor/'

- name: List directory structure
run: |
echo "Current working directory: $(pwd)"
echo "Listing directory structure:"
ls -la
- name: PHP Lint
if: ${{ always() }}
run: moodle-plugin-ci phplint
Expand Down

0 comments on commit 16ada86

Please sign in to comment.