Try not cleaning on checkout

Nathan Sobo created

Change summary

.github/workflows/ci.yml | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

.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