From 97689291c1ff0c46ef1d1d02dee2d8c56525ea84 Mon Sep 17 00:00:00 2001 From: Garris Date: Fri, 23 Feb 2024 18:07:36 -0800 Subject: [PATCH] Update test-build-pub-npm-dockerhub.yml --- .github/workflows/test-build-pub-npm-dockerhub.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-build-pub-npm-dockerhub.yml b/.github/workflows/test-build-pub-npm-dockerhub.yml index 954e97af..ecc8943b 100644 --- a/.github/workflows/test-build-pub-npm-dockerhub.yml +++ b/.github/workflows/test-build-pub-npm-dockerhub.yml @@ -21,6 +21,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 1 - name: reference test uses: ./.github/actions/backstop-reference-test.yml