Skip to content

Commit

Permalink
ci: apply git patch
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIryna committed Jan 22, 2025
1 parent 5cb74cd commit da911a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
submodules: recursive

- name: Apply patch
run: |
cd lib/example-native-token-transfers
git apply ../../.github/example-native-token-transfers.diff
- name: Setup Node
uses: actions/setup-node@v4

Expand Down

0 comments on commit da911a1

Please sign in to comment.