Skip to content

Commit

Permalink
ci: fix checkout action to checkout branch at current state instead o…
Browse files Browse the repository at this point in the history
…f merging into base branch (#55)
  • Loading branch information
wschurman authored Jul 1, 2020
1 parent 89cfb3d commit ccbdbc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v1
with:
node-version: 10.x
Expand Down

0 comments on commit ccbdbc4

Please sign in to comment.