From 0a76b7fb0333e3ba297768dab4fbd06294d23188 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 22 Mar 2021 10:30:45 +0100 Subject: [PATCH] Right folder --- build/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index d78a0a30c2..df077468ab 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -163,6 +163,7 @@ stages: - task: Npm@1 displayName: npm run test (AcceptanceTest) inputs: + workingDir: src\Umbraco.Tests.AcceptanceTest command: 'custom' customCommand: 'run test' - stage: Artifacts