Skip to content

Commit

Permalink
ci: try checking out all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-pap committed Jun 27, 2023
1 parent 12c4218 commit 95cb990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- if: matrix.os == 'windows-latest'
run: git config --global core.autocrlf true
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit 95cb990

Please sign in to comment.