File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8080 liquibase --version
8181
8282 - name : Run Liquibase on Python functions test DB
83+ working-directory : ${{ github.workspace }}/liquibase
8384 run : |
84- export LIQUIBASE_CLASSPATH="liquibase"
85- export LIQUIBASE_COMMAND_CHANGELOG_FILE="liquibase/changelog.xml"
85+ export LIQUIBASE_COMMAND_CHANGELOG_FILE="changelog.xml"
8686 export LIQUIBASE_COMMAND_URL=jdbc:postgresql://localhost:54320/MobilityDatabaseTest
8787 export LIQUIBASE_COMMAND_USERNAME=postgres
8888 export LIQUIBASE_COMMAND_PASSWORD=postgres
Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ jobs:
102102 liquibase --version
103103
104104 - name : Run Liquibase on Python functions DB
105+ working-directory : ${{ github.workspace }}/liquibase
105106 run : |
106- export LIQUIBASE_CLASSPATH="liquibase"
107- export LIQUIBASE_COMMAND_CHANGELOG_FILE="liquibase/changelog.xml"
107+ export LIQUIBASE_COMMAND_CHANGELOG_FILE="changelog.xml"
108108 export LIQUIBASE_COMMAND_URL=jdbc:postgresql://localhost:5432/MobilityDatabase
109109 export LIQUIBASE_COMMAND_USERNAME=postgres
110110 export LIQUIBASE_COMMAND_PASSWORD=postgres
Original file line number Diff line number Diff line change 7575 liquibase --version
7676
7777 - name : Run Liquibase on API local DB
78+ working-directory : ${{ github.workspace }}/liquibase
7879 run : |
79- export LIQUIBASE_CLASSPATH="liquibase"
80- export LIQUIBASE_COMMAND_CHANGELOG_FILE="liquibase/changelog.xml"
80+ export LIQUIBASE_COMMAND_CHANGELOG_FILE="changelog.xml"
8181 export LIQUIBASE_COMMAND_URL=jdbc:postgresql://localhost:5432/MobilityDatabase
8282 export LIQUIBASE_COMMAND_USERNAME=postgres
8383 export LIQUIBASE_COMMAND_PASSWORD=postgres
You can’t perform that action at this time.
0 commit comments