Skip to content

Commit

Permalink
add node, remove app
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof committed Jan 9, 2025
1 parent 2581990 commit 015ee76
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/testing-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
$env:PGPASSWORD = 'test'
& $env:PGBIN\psql --username=test --host=localhost --list test
- name: Configuring node & npm
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Initialise moodle-plugin-ci
shell: bash
run: |
Expand All @@ -56,10 +61,6 @@ jobs:
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15

- name: Install moodle-plugin-ci
shell: bash
run: |
Expand All @@ -68,7 +69,10 @@ jobs:
env:
DB: ${{ env.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
MOODLE_APP: false

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15

- name: PHPUnit tests
run: moodle-plugin-ci phpunit --fail-on-warning
Expand Down

0 comments on commit 015ee76

Please sign in to comment.