Skip to content

Commit 8cd6023

Browse files
committed
Trying one more time with cli version 3.1.7
1 parent ac30f92 commit 8cd6023

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variables:
2323
SQLCL_DIR: $(Build.BinariesDirectory)/sqlcl
2424
UTPLSQL_DIR: $(Build.BinariesDirectory)/utPLSQL
2525
UTPLSQL_CLI_DIR: $(Build.BinariesDirectory)/utPLSQL-cli
26-
UTPLSQL_CLI_VERSION: 'v3.1.6'
26+
UTPLSQL_CLI_VERSION: 'v3.1.7'
2727
CACHE_DIR: $(Pipeline.Workspace)/.cache
2828

2929
strategy:
@@ -95,8 +95,8 @@ steps:
9595
9696
- bash: |
9797
$(UTPLSQL_CLI_DIR)/bin/utplsql run ${DB_USER}/${DB_PASS}@//${CONNECTION_STR} \
98-
-source_path=source -owner=${DB_USER} \
99-
-test_path=test -owner=${DB_USER} \
98+
-source_path=test -owner=${DB_USER} \
99+
-test_path=source -owner=${DB_USER} \
100100
-f=ut_documentation_reporter -c \
101101
-f=ut_coverage_sonar_reporter -o=coverage.xml \
102102
-f=ut_sonar_test_reporter -o=test_results.xml \

0 commit comments

Comments
 (0)