From 0e8b40ad744a3a262b0df121d0084bb5cda681e9 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 30 May 2019 20:34:09 -0700 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 975c52d4..8b3a55b6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,5 +17,5 @@ steps: - script: | npm install - npm run build - displayName: 'npm install and build' + npm test + displayName: 'npm install and test'