Skip to content

Commit a47b20f

Browse files
committed
Tests arecreated before tables
1 parent abab9d4 commit a47b20f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

utplsql-cicd-liquibase-demo.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,18 @@ extends:
6666
user: "sys"
6767
password: "oracle"
6868
script: "source/create_user.sql"
69-
work_dir: "$(Build.SourcesDirectory)"
70-
- displayName: "Install Tests"
71-
user: "$(DB_USER)"
72-
password: "$(DB_PASS)"
73-
script: "test/install.sql"
74-
work_dir: "$(Build.SourcesDirectory)"
69+
work_dir: "$(Build.SourcesDirectory)"
7570
runliquibase:
7671
- work_dir: "$(Build.SourcesDirectory)"
7772
user: $(DB_USER)
7873
password: $(DB_PASS)
7974
masterchangelogfile: "utplsql_changelog.xml"
75+
scripts:
76+
- displayName: "Install Tests"
77+
user: "$(DB_USER)"
78+
password: "$(DB_PASS)"
79+
script: "test/install.sql"
80+
work_dir: "$(Build.SourcesDirectory)"
8081
gitCheckoutDetails:
8182
- gitRepo: ${{ variables.gitRepo }}
8283
branch: $(UTPLSQL_VERSION)

0 commit comments

Comments
 (0)