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