Skip to content

Commit

Permalink
update commit hash for imported txn (#536)
Browse files Browse the repository at this point in the history
* update commit hash for imported txn

* enusre the integration test in pr-level check out the code from the pull request
  • Loading branch information
yuunlimm authored Oct 3, 2024
1 parent 2b279df commit b5af971
Show file tree
Hide file tree
Showing 17 changed files with 304 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.client_payload.branch || 'main' }} # Use PR branch or fallback to 'main'
ref: ${{ github.head_ref }} # check out the code from the pull request branch:

# Install toml-cli using cargo
- name: Install toml-cli
Expand Down
Loading

0 comments on commit b5af971

Please sign in to comment.