Skip to content

Commit

Permalink
enable e2e install test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 25, 2021
1 parent 6e45618 commit 2dbbd3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions tasks/e2e-installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2dbbd3d

Please sign in to comment.