Skip to content

Commit

Permalink
Checkout the full git history
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Dec 4, 2024
1 parent 142121a commit 4f4e543
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

with:
fetch-depth: 0 # Fetch the full history instead of a shallow clone
- name: Use Node.js
uses: actions/setup-node@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploydocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3

with:
fetch-depth: 0 # Fetch the full history instead of a shallow clone
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2

with:
fetch-depth: 0 # Fetch the full history instead of a shallow clone
- name: Delay for 90 seconds to allow NPM package to propagate
run: sleep 90

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3

with:
fetch-depth: 0 # Fetch the full history instead of a shallow clone
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 4f4e543

Please sign in to comment.