Skip to content

Commit c16a216

Browse files
authored
fix: test fix
1 parent 98500ad commit c16a216

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/trigger-PR-pipeline.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest, windows-latest, macOS-latest]
34-
steps:
34+
steps:
35+
- name: Checkout
36+
uses: actions/checkout@v4
37+
with:
38+
fetch-depth: 0
3539
- name: Setup .NET 8 Environment
3640
uses: actions/setup-dotnet@v4
3741
with:

0 commit comments

Comments
 (0)