Skip to content

Commit

Permalink
chore: add fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
bptodorova committed Jan 8, 2024
1 parent 52c096b commit 7b8ecdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all branches

- name: Build Coffee warehouse nextjs app
working-directory: ./examples/coffee-warehouse
Expand Down

0 comments on commit 7b8ecdc

Please sign in to comment.