We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 005a713 + 4ed95b5 commit 81354f2Copy full SHA for 81354f2
tests/setup.sh
@@ -17,8 +17,8 @@ then
17
git clone --branch "v$APP_VERSION" --depth 1 git://github.com/moodlehq/moodleapp $HOME/app
18
git clone --branch "v$APP_VERSION" --depth 1 git://github.com/moodlehq/moodle-local_moodlemobileapp $HOME/moodle/local/moodlemobileapp
19
20
- docker run --volume $HOME/app:/app --workdir /app node:11 npm install
21
docker run --volume $HOME/app:/app --workdir /app node:11 npm run setup
+ docker run --volume $HOME/app:/app --workdir /app node:11 npm ci
22
23
initcmd="bin/moodle-docker-compose exec -T webserver php admin/tool/behat/cli/init.php"
24
elif [ "$SUITE" = "behat-app" ];
0 commit comments