Skip to content

Commit aeadb61

Browse files
committed
reportに失敗してもtrueを返すように設定
1 parent a002773 commit aeadb61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-sketches.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ jobs:
5757
with:
5858
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
5959
path: ${{ env.SKETCHES_REPORTS_PATH }}
60+
continue-on-error: true
6061

6162
- uses: arduino/report-size-deltas@v1
6263
with:
6364
sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }}
6465
github-token: ${{ secrets.GITHUB_TOKEN }}
66+
continue-on-error: true

0 commit comments

Comments
 (0)