Skip to content

Commit

Permalink
will squash before merge:
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Apr 30, 2020
1 parent 0472b5b commit f3d4e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout BASE
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.base.sha }}
ref: ${{ github.event.pull_request.head.sha }}
- name: Install Dependencies
run: yarn install
- name: Run Jest
Expand Down

0 comments on commit f3d4e31

Please sign in to comment.