Adjust `npm install` in travis / docker setup
This commit is contained in:
parent
8fb30e8f5b
commit
defbcc456e
|
@ -37,6 +37,7 @@ matrix:
|
|||
- name: "E2E tests"
|
||||
env: RUN_E2E=1
|
||||
script:
|
||||
- npm install
|
||||
- npm run build
|
||||
- docker-compose up -d
|
||||
- travis_retry bash tests/bin/run-e2e-CI.sh
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
npm install;
|
||||
echo "Waiting for 5 minutes for the Docker container to start...";
|
||||
sleep 300;
|
||||
npm run test:e2e;
|
||||
|
|
Loading…
Reference in New Issue