Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaliM0412 authored Jan 8, 2025
1 parent a141597 commit fe9d576
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,14 @@ jobs:
echo "Redshift cluster setup complete."
echo "Redshift URL: $REDSHIFT_URL"
- name: Veirfy Redshift
run: |
aws redshift describe-clusters --endpoint-url=${REDSHIFT_ENDPOINT}
- name: Clean AWS Redshift Database
run: |
liquibase --username="${{ env.TH_REDSHIFT_USER }}" \
liquibase --logLevel=DEBUG --username="${{ env.TH_REDSHIFT_USER }}" \
--classpath="src/test/resources/${{ env.lb_redshift_jar }}:src/test/resources/redshift-jdbc42-2.1.0.14.jar" \
--driver=com.amazon.redshift.jdbc42.Driver \
--password="${{ env.TH_REDSHIFT_PASSWORD }}" \
Expand Down

0 comments on commit fe9d576

Please sign in to comment.