Skip to content

Commit

Permalink
debug: checkout pull request head instead of /merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jan 15, 2025
1 parent 48b9b41 commit 1ac8703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
environment: test
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- run: git log --oneline -n10

Check warning on line 37 in .github/workflows/tests-e2e.yml

View workflow job for this annotation

GitHub Actions / Lint

Unknown word (oneline)
- run: sed -n '186,210p' src/background/services/wallet.ts

Expand Down

0 comments on commit 1ac8703

Please sign in to comment.