Skip to content

Commit 278d530

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent f944057 commit 278d530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pipelines/templates/run-unit-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ stages:
5151
ls -la "$REPORT_DIR"
5252
retryCountOnTaskFailure: 3
5353
displayName: "Run Unit Tests - Linux"
54-
workingDirectory: $(ACN_DIR)
54+
#workingDirectory: $(ACN_DIR)
5555
5656
- script: |
5757
BIN_INSTALL_DIR=$(realpath bin)
@@ -68,7 +68,7 @@ stages:
6868
$GOCOV_BIN convert "$COVERAGE_OUT" > "$REPORT_DIR"/linux-coverage.json
6969
$GOCOV_XML_BIN < "$REPORT_DIR"/linux-coverage.json > "$REPORT_DIR"/linux-coverage.gocov.xml
7070
displayName: "Generate Test Reporting"
71-
workingDirectory: $(ACN_DIR)
71+
#workingDirectory: $(ACN_DIR)
7272
7373
#- task: PublishPipelineArtifact@1
7474
# inputs:
@@ -149,7 +149,7 @@ stages:
149149
150150
retryCountOnTaskFailure: 3
151151
displayName: "Run Unit Tests - Windows"
152-
workingDirectory: $(ACN_DIR)
152+
#workingDirectory: $(ACN_DIR)
153153
154154
- script: |
155155
# Define the installation directory for binaries
@@ -181,7 +181,7 @@ stages:
181181
& $GOCOV_BIN convert $COVERAGE_OUT | Out-File -FilePath (Join-Path -Path $REPORT_DIR -ChildPath "windows-coverage.json")
182182
& $GOCOV_XML_BIN < (Join-Path -Path $REPORT_DIR -ChildPath "windows-coverage.json") | Out-File -FilePath (Join-Path -Path $REPORT_DIR -ChildPath "windows-coverage.gocov.xml")
183183
displayName: "Generate Test Reporting"
184-
workingDirectory: $(ACN_DIR)
184+
#workingDirectory: $(ACN_DIR)
185185
186186
#- task: PublishPipelineArtifact@1
187187
# inputs:

0 commit comments

Comments
 (0)