-
Notifications
You must be signed in to change notification settings - Fork 664
CI: Update testghpkgs workflow to be able to run it again. #5754
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
base: master
Are you sure you want to change the base?
Conversation
node-version: [8.x] | ||
branch: [stable3.0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
branch-or-commit: | ||
description: Branch or commit to checkout for test | ||
required: false | ||
default: 'master' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've set the default to the main branch, the workflow has testing on stable3
, so if needed we could change this to one of the stable branches.
However, since the form has to be triggered manually, I think it's probably fine to input that at the time it's triggered.
I'm manually triggered this workflow and it's currently running agains the |
@abchatra this is running correctly, so it's ready to be reviewed. |
@riknoll to review |
@carlosperate is this still relevant? |
Yes, I think so, as running the workflow last year when I submitted the PR had already discovered a few broken extensions. This can also be useful to check we haven't accidentally broken any extensions (via MakeCode or CODAL changes) before a major release. If I remember correctly It does take a significant amount of time to run to completion, and so it timed out a couple of times, but because it caches the build results it was able to continue where it left off. |
It's been a while since this workflow was run, so it needed some minor updates.