Skip to content

Commit

Permalink
ci: fix ancestor hash
Browse files Browse the repository at this point in the history
  • Loading branch information
err53 committed Aug 22, 2023
1 parent 9ef4965 commit ae5b02a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 20
- name: Fetch base_ref HEAD to use it as Ancestor hash in LHCI
run: git fetch --depth=1 origin +refs/heads/$:refs/remotes/origin/$
- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down

0 comments on commit ae5b02a

Please sign in to comment.