Run unit test on pull request HEAD
… instead of on a merge commit.
This commit is contained in:
committed by
Stefan Ceriu
parent
30088d26a2
commit
0021eb5dd4
4
.github/workflows/unit_tests.yml
vendored
4
.github/workflows/unit_tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user