Skip to content

Commit

Permalink
fix workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 28, 2022
1 parent 95be6be commit 264d34c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # 👈 Required to retrieve git history
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 264d34c

Please sign in to comment.