Skip to content

Commit

Permalink
Merge branch 'DAT-18247' into jsonAssert
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh authored Aug 5, 2024
2 parents 3c029c5 + 86719c0 commit 62f1d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
working-directory: src/test/resources/terraform
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

# This action will queue the workflow if another workflow is already running
- uses: ahmadnassri/action-workflow-queue@v1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-bigquery</artifactId>
<version>4.29.1-SNAPSHOT</version>
<version>4.30.0-SNAPSHOT</version>

<name>Liquibase Extension Google BigQuery support</name>
<description>Add this Liquibase extension to your project to support Google BigQuery</description>
Expand Down

0 comments on commit 62f1d37

Please sign in to comment.