issue liquibase#340 - Liquibase throws IllegalArgumentException "Multiple entries with same key: enablearrow=0 and enablearrow=0" #700
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Test | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - synchronize | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| packages: read | |
| id-token: write | |
| jobs: | |
| build-test: | |
| uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main | |
| secrets: inherit | |
| dependabot-automerge: | |
| needs: build-test | |
| uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main | |
| secrets: inherit |