Skip to content

Commit 718cc50

Browse files
authored
.
1 parent 49508e7 commit 718cc50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ jobs:
221221
uses: ./v3
222222
with:
223223
ref: test-data/v2/basic
224+
clean: false
224225
- name: Verify basic
225226
run: |
226227
if [ ! -f "./basic-file.txt" ]; then
@@ -238,10 +239,6 @@ jobs:
238239
git config --global --add safe.directory "*"
239240
git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main
240241
241-
- name: Fix Checkout v3
242-
uses: actions/checkout@v3
243-
with:
244-
path: v3
245242
246243
247244

0 commit comments

Comments
 (0)