Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to using the new compilation testing actions repositories in CI workflows #45

Merged
merged 1 commit into from
Sep 16, 2020
Merged

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Sep 16, 2020

The arduino/actions repository that previously hosted the GitHub Actions actions was for development of them in their experimental stage. The actions have now progressed to the point where they can have dedicated repositories. All further development work will be done in the dedicated repository.

The default branch name of the new repositories is main, as opposed the the master used in the experimental repository.

The versions of the actions in the dedicated repository now using sketches-reports instead of size-deltas-reports as the default sketches reports path and workflow name, so it was necessary to change the names specified to the actions/upload-artifact action's inputs to reflect this change.


Demonstration PR using the new workflows (including with the scheduled workflow in the default branch, as required by GitHub Actions): https://github.com/per1234/107-Arduino-UAVCAN/pull/1

…I workflows

The `arduino/actions` repository that previously hosted the GitHub Actions actions was for development of them in their experimental stage. The actions have now progressed to the point where they can have dedicated repositories. All further development work will be done in the dedicated repository.

The default branch name of the new repositories is `main`, as opposed the the `master` used in the experimental repository.

The versions of the actions in the dedicated repository now using `sketches-reports` instead of `size-deltas-reports` as the default sketches reports path and workflow name, so it was necessary to change the names specified to the `actions/upload-artifact` action's inputs to reflect this change.
Copy link
Member

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @per1234 🚀

@aentinger aentinger merged commit 104e8b1 into 107-systems:master Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants