Skip to content

Commit

Permalink
os-extension-test: fix checkout ref (#210)
Browse files Browse the repository at this point in the history
The tests are now running against the PR code and not main branch.

Co-authored-by: Alejandro Alvarez <avazquez@liquibase.com>
  • Loading branch information
adangel and jandroav authored May 29, 2024
1 parent 9412467 commit 3db99ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/os-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
Expand Down

0 comments on commit 3db99ce

Please sign in to comment.