ci(docs-infra): run the script in the correct folder

This commit is contained in:
Pete Bacon Darwin 2018-09-27 14:13:01 +01:00 committed by Alex Rickabaugh
parent ffc6e199bf
commit eeebe28c0f
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ jobs:
name: Wait for preview and run tests
command: |
source "./scripts/ci/env.sh" print
xvfb-run --auto-servernum node scripts/test-preview.js $CIRCLE_PR_NUMBER $CIRCLE_SHA1 $AIO_MIN_PWA_SCORE
xvfb-run --auto-servernum node aio/scripts/test-preview.js $CIRCLE_PR_NUMBER $CIRCLE_SHA1 $AIO_MIN_PWA_SCORE
# This job exists only for backwards-compatibility with old scripts and tests
# that rely on the pre-Bazel dist/packages-dist layout.