Skip to content

Commit

Permalink
Add continue-on-error:true for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TedThemistokleous committed Sep 26, 2023
1 parent 434a06c commit 67c1ce6
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 67c1ce6

Please sign in to comment.