Skip to content

Commit 4ed95b5

Browse files
committed
Fix app setup script for old releases
1 parent 005a713 commit 4ed95b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ then
1717
git clone --branch "v$APP_VERSION" --depth 1 git://github.com/moodlehq/moodleapp $HOME/app
1818
git clone --branch "v$APP_VERSION" --depth 1 git://github.com/moodlehq/moodle-local_moodlemobileapp $HOME/moodle/local/moodlemobileapp
1919

20-
docker run --volume $HOME/app:/app --workdir /app node:11 npm install
2120
docker run --volume $HOME/app:/app --workdir /app node:11 npm run setup
21+
docker run --volume $HOME/app:/app --workdir /app node:11 npm ci
2222

2323
initcmd="bin/moodle-docker-compose exec -T webserver php admin/tool/behat/cli/init.php"
2424
elif [ "$SUITE" = "behat-app" ];

0 commit comments

Comments
 (0)