1. 20 Apr, 2021 1 commit
  2. 14 Apr, 2021 2 commits
    • per1234's avatar
      Specify sketches report input values for sketch compilation CI actions · a95aef69
      per1234 authored
      The reliance on the `actions/upload-artifacts` action as the transfer mechanism between workflow runs means that these
      values will always be hardcoded into the workflow. The result is that if the default values of the inputs are changed, it
      breaks the workflow, even if the changes are synchronized. So it's more robust to avoid dependening on the default
      values.
      a95aef69
    • per1234's avatar
      Update action versions used in CI workflows · d1b989c4
      per1234 authored
      The "smoke test" sketch compilation and reporting actions have been moved to dedicated repositories. The actions hosted
      at the old `arduino/actions/libraries/*` location will no longer be maintained.
      
      Since the time the actions were migrated to the dedicated repositories, a breaking change was made to the default value
      of the `sketches-report-path` input, which required a change to the values of the `name` and `path` inputs of the
      `actions/upload-artifact` action.
      d1b989c4
  3. 12 Feb, 2021 2 commits
    • Alexander Entinger's avatar
      Merge pull request #97 from arduino/github-token-1 · f21c25d1
      Alexander Entinger authored
      Use authenticated API requests in "Compile Examples" CI workflow
      f21c25d1
    • Alexander Entinger's avatar
      Use authenticated API requests in "Compile Examples" CI workflow · 829a0c62
      Alexander Entinger authored
      The arduino/compile-sketches GitHub Actions action used in the "Compile Examples" workflow queries the GitHub API for the base ref of the pull request, which is used for the memory deltas determination.
      
      There were a couple workflow runs recently (1, 2) that failed due to rate limiting. Authenticated API requests are given a more generous API request allowance, so providing the action with the automatically generated GitHub access token should prevent this from happening again.
      829a0c62
  4. 27 Jan, 2021 2 commits
  5. 30 Dec, 2020 2 commits
  6. 10 Dec, 2020 1 commit
  7. 09 Dec, 2020 1 commit
  8. 06 Dec, 2020 1 commit
  9. 17 Nov, 2020 4 commits
  10. 02 Nov, 2020 2 commits
  11. 15 Oct, 2020 1 commit
  12. 10 Sep, 2020 8 commits
  13. 07 Sep, 2020 12 commits
  14. 20 Aug, 2020 1 commit