Skip to content

Commit 7dcf449

Browse files
attempt to fix unit tests
1 parent 73f8049 commit 7dcf449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flights_liquibase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
#----------------------------------------------
8585
- name: Run Liquibase connection test
8686
env:
87-
#LIQUIBASE_COMMAND_URL: ${{ secrets.LIQUIBASE_COMMAND_URL }} # alternative: store only the workspace url and compose the Liquibase URL
87+
LIQUIBASE_COMMAND_URL: ${{ secrets.LIQUIBASE_COMMAND_URL }} # alternative: store only the workspace url and compose the Liquibase URL
8888
LIQUIBASE_COMMAND_USERNAME: "token"
8989
LIQUIBASE_COMMAND_PASSWORD: ${{ secrets.DATABRICKS_TOKEN_TST }}
9090
run: |

0 commit comments

Comments
 (0)