diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1ee830bc..73ae91577 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -221,6 +221,7 @@ jobs: uses: ./v3 with: ref: test-data/v2/basic + clean: false - name: Verify basic run: | if [ ! -f "./basic-file.txt" ]; then @@ -238,10 +239,6 @@ jobs: git config --global --add safe.directory "*" git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main - - name: Fix Checkout v3 - uses: actions/checkout@v3 - with: - path: v3