Skip to content

Commit

Permalink
reportに失敗してもtrueを返すように設定
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Jun 5, 2024
1 parent a002773 commit aeadb61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-sketches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
with:
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
path: ${{ env.SKETCHES_REPORTS_PATH }}
continue-on-error: true

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

0 comments on commit aeadb61

Please sign in to comment.