Skip to content

Commit

Permalink
ci(smartuiworkflow): added fetch-depth 0 fetch full repo history
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargav-garlapati committed Nov 26, 2024
1 parent db7c883 commit 87a47fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/smart_ui_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch full repository history

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 87a47fd

Please sign in to comment.