ci(docs-infra): re-use env variable (#26138)

PR Close #26138
This commit is contained in:
George Kalpakas
2018-09-27 16:35:05 +03:00
committed by Jason Aden
parent 55d54c7e97
commit decc0b840d
5 changed files with 155 additions and 84 deletions

View File

@ -256,7 +256,11 @@ jobs:
<<: *post_checkout
- restore_cache:
key: *cache_key
- run: xvfb-run --auto-servernum ./aio/scripts/test-production.sh
- run:
name: Run tests against the deployed apps
command: |
source "./scripts/ci/env.sh" print
xvfb-run --auto-servernum ./aio/scripts/test-production.sh $AIO_MIN_PWA_SCORE
workflows:
version: 2