Skip to content

Commit

Permalink
chore(test.yml): remove interactive mode flag (-i) from docker exec c…
Browse files Browse the repository at this point in the history
…ommand to prevent blocking the workflow execution
  • Loading branch information
jandroav committed Dec 14, 2023
1 parent 63ed889 commit fc0cda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Run Liquibase version
run: |
docker exec -it liquibase liquibase --version
docker exec -t liquibase liquibase --version
- name: Run Liquibase update
run: |
docker exec -it liquibase liquibase update --defaultsFile=/liquibase/changelog/liquibase.properties --changeLogFile=/liquibase/changelog/example-changelog.xml
docker exec -t liquibase liquibase update --defaultsFile=/liquibase/changelog/liquibase.properties --changeLogFile=/liquibase/changelog/example-changelog.xml

0 comments on commit fc0cda8

Please sign in to comment.