From eeebe28c0fb76cd245a60c48011f7317ee0742be Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 27 Sep 2018 14:13:01 +0100 Subject: [PATCH] ci(docs-infra): run the script in the correct folder --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 03a75fefe8..6679a0f6d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.