From 1007094c399da03fc16fa08fe455126f91da6ad7 Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Wed, 10 Jul 2024 15:04:47 -0400 Subject: [PATCH] Remove .git --- .github/workflows/test-all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 2264ab233fd..3b431328658 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -50,6 +50,8 @@ jobs: yarn - name: yarn build run: yarn build + - name: Remove git directory + run: rm -rf .git - name: Archive build if: ${{ !cancelled() }} run: |