Skip to content

Commit

Permalink
fix(fixtures): checkout the repository before running fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 7, 2021
1 parent dea65f2 commit cb412a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
name: Test fixtures
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set git config
run: |
git config --global user.name github-actions
Expand Down

0 comments on commit cb412a9

Please sign in to comment.