From 6dd1a4e6c0740f634186c4eb507b062657c6febc Mon Sep 17 00:00:00 2001 From: Chase King Date: Tue, 25 Feb 2025 09:48:54 -0500 Subject: [PATCH] Attempt #24 --- azure-pipelines-automated-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 64168191..6197bb8e 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -158,6 +158,7 @@ stages: -e JIRA_API_KEY=$(JIRA_API_KEY) \ $(dockerImageName):$(imageTag) \ npx playwright merge-reports --reporter=ortoni-report,junit $(System.DefaultWorkingDirectory)/playwright-reports && + ls && # TODO: Debug. Remove later chmod +x $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh && $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh add_comment "$(Build.SourceBranchName)" "AUTOMATED TEST RUN: $(date)" "$(System.DefaultWorkingDirectory)/ortoni-report/index.html") env: