From 68a3b5bc8c9bd642d615a9f33b3e67d96629d346 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 24 Mar 2021 07:47:19 +0100 Subject: [PATCH] Add Linux acceptance tests - Trial 23 --- build/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 4718a826e0..409e363201 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -203,7 +203,7 @@ stages: condition: failed() inputs: targetPath: '$(Build.SourcesDirectory)/src/Umbraco.Tests.AcceptanceTest/cypress/artifacts' - artifact: 'Test artifacts' + artifact: 'Test artifacts - Windows' - job: Linux_Acceptance_tests displayName: Linux variables: @@ -251,7 +251,7 @@ stages: displayName: Generate Cypress.env.json inputs: targetType: 'inline' - script: 'echo ''{ "username": "$Umbraco__CMS__Unattended__UnattendedUserEmail", "password": "$Umbraco__CMS__Unattended__UnattendedUserPassword" }'' > ''src/Umbraco.Tests.AcceptanceTest/cypress.env.json''' + script: 'echo "{ \"username\": \"$Umbraco__CMS__Unattended__UnattendedUserEmail\", \"password\": \"$Umbraco__CMS__Unattended__UnattendedUserPassword\" }" > "src/Umbraco.Tests.AcceptanceTest/cypress.env.json"' - task: Npm@1 name: PrepareTask displayName: npm install (AcceptanceTest) @@ -292,7 +292,7 @@ stages: condition: failed() inputs: targetPath: '$(Build.SourcesDirectory)/src/Umbraco.Tests.AcceptanceTest/cypress/artifacts' - artifact: 'Test artifacts' + artifact: 'Test artifacts - Linux' - stage: Artifacts dependsOn: [] jobs: