Skip to content

Commit

Permalink
try fixing integration tests flow
Browse files Browse the repository at this point in the history
  • Loading branch information
oavdeev committed Mar 23, 2021
1 parent a7c1e27 commit 09ae5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# pull_request_target runs the workflow in the context of the base repo
# as such actions/checkout needs to be explicit configured to retrieve
# code from the PR.
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: pull/${{ github.event.pull_request.number }}/merge
submodules: recursive
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
Expand All @@ -38,4 +38,4 @@ jobs:
- name: Install python
run: make install-python
- name: Test python
run: FEAST_TELEMETRY=False pytest --verbose --color=yes sdk/python/tests --integration
run: FEAST_TELEMETRY=False pytest --verbose --color=yes sdk/python/tests --integration

0 comments on commit 09ae5ab

Please sign in to comment.