Skip to content

Commit 2dbbd3d

Browse files
committed
enable e2e install test
1 parent 6e45618 commit 2dbbd3d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
# ******************************************************************************
2727
# Installs test suite
2828
# ******************************************************************************
29-
# - template: azure-pipelines-test-job.yml
30-
# parameters:
31-
# name: Installs
32-
# testScript: tasks/e2e-installs.sh
29+
- template: azure-pipelines-test-job.yml
30+
parameters:
31+
name: Installs
32+
testScript: tasks/e2e-installs.sh
3333

3434
# ******************************************************************************
3535
# Kitchensink test suite

tasks/e2e-installs.sh

+3
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ npx create-react-app test-app-pnp --use-yarn --use-pnp
292292
cd test-app-pnp
293293
! exists node_modules
294294
exists .pnp.js
295+
# TODO: start and build tasks error with --use-pnp
296+
# npm start -- --smoke-test
297+
# npm run build
295298

296299
# Cleanup
297300
cleanup

0 commit comments

Comments
 (0)