ci(docs-infra): run the script in the correct folder
This commit is contained in:
parent
ffc6e199bf
commit
eeebe28c0f
|
@ -171,7 +171,7 @@ jobs:
|
||||||
name: Wait for preview and run tests
|
name: Wait for preview and run tests
|
||||||
command: |
|
command: |
|
||||||
source "./scripts/ci/env.sh" print
|
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
|
# This job exists only for backwards-compatibility with old scripts and tests
|
||||||
# that rely on the pre-Bazel dist/packages-dist layout.
|
# that rely on the pre-Bazel dist/packages-dist layout.
|
||||||
|
|
Loading…
Reference in New Issue