From 9be674e4408ca6fdaa2bded0989bf857b130276c Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Sat, 16 Sep 2023 19:28:04 -0700 Subject: [PATCH] Fix CI --- .github/workflows/ci-chromatic.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-chromatic.yaml b/.github/workflows/ci-chromatic.yaml index fcf0a7cd0..85af93626 100644 --- a/.github/workflows/ci-chromatic.yaml +++ b/.github/workflows/ci-chromatic.yaml @@ -14,6 +14,8 @@ jobs: REACT_APP_SERVER_BASE_URL: http://127.0.0.1:3000 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v3 with: