Skip to content

Commit bb834c5

Browse files
committed
Add fetch depth to test
1 parent 1cb0224 commit bb834c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
name: Test current action
5353
steps:
5454
- uses: actions/checkout@v4
55+
with:
56+
fetch-depth: 0
5557

5658
- name: Create a staging release
5759
uses: ./
@@ -87,6 +89,7 @@ jobs:
8789
name: Mock a release
8890
steps:
8991
- uses: actions/checkout@v4
92+
fetch-depth: 0
9093

9194
- name: Mock creating a Sentry release
9295
uses: ./
@@ -105,11 +108,13 @@ jobs:
105108
- name: Checkout directory we'll be running from
106109
uses: actions/checkout@v4
107110
with:
111+
fetch-depth: 0
108112
path: main/
109113

110114
- name: Checkout directory we'll be testing
111115
uses: actions/checkout@v4
112116
with:
117+
fetch-depth: 0
113118
path: test/
114119

115120
- name: Mock creating a Sentry release in a different directory

0 commit comments

Comments
 (0)