Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Aug 13, 2024
1 parent 3842ad1 commit 4f626de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
citest:
name: Integration tests
needs: selftest
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

services:
postgres:
Expand Down Expand Up @@ -120,7 +120,9 @@ jobs:
echo "CI_BUILD_DIR="$(cd ../moodle-local_ci; pwd) >> $GITHUB_ENV
# PHPUnit depends on en_AU.UTF-8 locale
sudo locale-gen en_AU.UTF-8
# Define NVM_DIR pointing to nvm installation.
# Test nvm presence.
nvm --version
echo $NVM_DIR
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
- name: Install moodle-plugin-ci
Expand Down

0 comments on commit 4f626de

Please sign in to comment.