Skip to content

Commit

Permalink
fix: Fix coveralls reporting for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed May 17, 2020
1 parent 3662251 commit 251f615
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ jobs:
name: Test
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@master
- name: Checkout
if: github.ref == 'refs/heads/master'
run: git checkout "${GITHUB_REF:11}"
- name: Composer Install
run: composer install
- name: PHPCS
Expand Down

0 comments on commit 251f615

Please sign in to comment.