Skip to content

Commit

Permalink
have GH action (ci) include multiple parent commits in order for Scru…
Browse files Browse the repository at this point in the history
…tinizer coverage to run
  • Loading branch information
epalmans committed Aug 2, 2022
1 parent a5a21d5 commit 450a5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 10
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 450a5e6

Please sign in to comment.