Skip to content

Commit

Permalink
checkout full history
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Jun 11, 2024
1 parent 7de3c35 commit 57f3169
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
name: Docker sanity check on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
depth: 0
- name: Build and load
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -99,6 +101,8 @@ jobs:
name: Smoke test on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
depth: 0
- uses: Swatinem/rust-cache@v2
- name: Dog feed license check
shell: bash
Expand All @@ -121,6 +125,8 @@ jobs:
name: Smoke test for GitHub Actions on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
depth: 0
- name: Check and fail if unknown
uses: ./
with:
Expand Down

0 comments on commit 57f3169

Please sign in to comment.