Skip to content

Commit

Permalink
Add continue-on-error:true for CI (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
TedThemistokleous authored Sep 27, 2023
1 parent 67dfd19 commit 90c8684
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ jobs:

- name: Free space
uses: jlumbroso/free-disk-space@main
continue-on-error: true
with:
tool-cache: true
android: true
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 90c8684

Please sign in to comment.