From 67c1ce61e4f00a0f58060e90c9faacd939bc194d Mon Sep 17 00:00:00 2001 From: Ted Themistokleous Date: Tue, 26 Sep 2023 11:46:45 -0400 Subject: [PATCH] Add continue-on-error:true for CI --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 340b8e607e3..e8636b1a05e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -227,6 +227,7 @@ jobs: - name: Free space uses: jlumbroso/free-disk-space@main + continue-on-error: true with: tool-cache: true android: true @@ -305,6 +306,7 @@ jobs: steps: - name: Free space uses: jlumbroso/free-disk-space@main + continue-on-error: true with: tool-cache: true android: true @@ -375,6 +377,7 @@ jobs: steps: - name: Free space uses: jlumbroso/free-disk-space@main + continue-on-error: true with: tool-cache: true android: true @@ -493,6 +496,7 @@ jobs: steps: - name: Free space uses: jlumbroso/free-disk-space@main + continue-on-error: true with: tool-cache: true android: true