Skip to content

Commit a19f8e0

Browse files
committed
fetch all in history in the right job
1 parent 6057874 commit a19f8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
with:
12-
fetch-depth: 0
1311

1412
- uses: DeLaGuardo/setup-clojure@2.0
1513
with:
@@ -131,6 +129,8 @@ jobs:
131129
runs-on: ubuntu-latest
132130
steps:
133131
- uses: actions/checkout@v2
132+
with:
133+
fetch-depth: 0
134134

135135
- uses: DeLaGuardo/setup-clojure@2.0
136136
with:

0 commit comments

Comments
 (0)