From 2dbbd3d94eab490020c783cb19f56aea84de3b7e Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 25 Aug 2021 10:24:03 -0700 Subject: [PATCH] enable e2e install test --- azure-pipelines.yml | 8 ++++---- tasks/e2e-installs.sh | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a22620933cd..8c51a73a8c2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,10 +26,10 @@ jobs: # ****************************************************************************** # Installs test suite # ****************************************************************************** - # - template: azure-pipelines-test-job.yml - # parameters: - # name: Installs - # testScript: tasks/e2e-installs.sh + - template: azure-pipelines-test-job.yml + parameters: + name: Installs + testScript: tasks/e2e-installs.sh # ****************************************************************************** # Kitchensink test suite diff --git a/tasks/e2e-installs.sh b/tasks/e2e-installs.sh index 3f944479f4d..22311daa1d2 100755 --- a/tasks/e2e-installs.sh +++ b/tasks/e2e-installs.sh @@ -292,6 +292,9 @@ npx create-react-app test-app-pnp --use-yarn --use-pnp cd test-app-pnp ! exists node_modules exists .pnp.js +# TODO: start and build tasks error with --use-pnp +# npm start -- --smoke-test +# npm run build # Cleanup cleanup