Run unit test on pull request HEAD

… instead of on a merge commit.
This commit is contained in:
Jonas Platte
2022-09-23 16:16:07 +02:00
committed by Stefan Ceriu
parent 30088d26a2
commit 0021eb5dd4

View File

@@ -21,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Brew bundle
run:
@@ -42,4 +44,4 @@ jobs:
run: bundle exec fastlane unit_tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3