Skip to content

Commit

Permalink
a GH issue claimed a git fetch cleared the issue right up :/
Browse files Browse the repository at this point in the history
  • Loading branch information
NortySpock committed Dec 11, 2024
1 parent b1b800e commit 87edc4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 #all commits
fetch-tags: true


# per https://github.com/actions/checkout/issues/1662 sometimes just need to run git fetch anyways just to get the commits :/
- name: git fetch
run: git fetch


# Step: Define how to cache deps. Restores existing cache if present.
- name: Cache deps
Expand Down

0 comments on commit 87edc4b

Please sign in to comment.