From 718cc50e82bcce053a3d6c383c3f8f10c142f348 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Wed, 20 Apr 2022 20:05:08 +0000 Subject: [PATCH] . --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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