Skip to content

Commit

Permalink
Fetch all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Oct 19, 2023
1 parent 85e957d commit 35e59a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
if: github.event.pull_request.draft == false && github.repository == 'FormidableLabs/victory'
runs-on: ubuntu-latest
steps:
# requires all branches and tags to be fetched for chromatic
- uses: actions/checkout@v4
with:
fetch-depth: 0

# requires node16, see https://github.com/FormidableLabs/victory/issues/2668
- uses: ./.github/actions/setup
Expand Down

0 comments on commit 35e59a7

Please sign in to comment.