From aef21e1c0bf50cbe9c14b2918c48cd68540baac7 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 17 May 2021 22:46:33 -0600 Subject: [PATCH] Try not cleaning on checkout --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da5d631e1e..5369935567 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 + with: + clean: false - name: Run tests run: cargo test --no-fail-fast @@ -52,6 +54,8 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 + with: + clean: false - name: Create app bundle run: script/bundle