Skip to content

Commit 09ae5ab

Browse files
authored
try fixing integration tests flow
1 parent a7c1e27 commit 09ae5ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# pull_request_target runs the workflow in the context of the base repo
2121
# as such actions/checkout needs to be explicit configured to retrieve
2222
# code from the PR.
23-
ref: ${{ github.event.pull_request.merge_commit_sha }}
23+
ref: pull/${{ github.event.pull_request.number }}/merge
2424
submodules: recursive
2525
- name: Set up Cloud SDK
2626
uses: google-github-actions/setup-gcloud@master
@@ -38,4 +38,4 @@ jobs:
3838
- name: Install python
3939
run: make install-python
4040
- name: Test python
41-
run: FEAST_TELEMETRY=False pytest --verbose --color=yes sdk/python/tests --integration
41+
run: FEAST_TELEMETRY=False pytest --verbose --color=yes sdk/python/tests --integration

0 commit comments

Comments
 (0)