From 43164c36baea183f5b79d62987ab03799fadd21c Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 14 Jul 2025 09:49:38 -0400 Subject: [PATCH] test: rename this to git-clone Signed-off-by: Xe Iaso --- .github/workflows/smoke-tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 007853a..0d1247f 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -15,10 +15,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - with: - fetch-tags: true - fetch-depth: 0 - persist-credentials: false - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: @@ -32,5 +28,5 @@ jobs: - name: Run test run: | - cd test/git-server + cd test/git-clone ./test.sh