test: rename this to git-clone

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-07-14 09:49:38 -04:00
parent 65b1ef5c5e
commit 43164c36ba
No known key found for this signature in database

View File

@ -15,10 +15,6 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 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 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with: with:
@ -32,5 +28,5 @@ jobs:
- name: Run test - name: Run test
run: | run: |
cd test/git-server cd test/git-clone
./test.sh ./test.sh