-
Notifications
You must be signed in to change notification settings - Fork 20
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
Move Test and Build of Templates to GitHub Actions #41
Comments
This may fix #42 |
Encountered a strange error when running yarn install for the templates to be tested in
This appears to happen when first running Could not find much information on error with yarn validation apart from something that seems not related heroku/heroku-buildpack-nodejs#910 although this refers to the same error code YN0028 Clearning the Yarn cache does not appear to help. A bit difficult to debug since there is no --verbose option for Yarn 2/Berry. Trying to overwrite global cache dir used using: https://yarnpkg.com/cli/config/set does not seem to work neither. Also deleting the Solution: Immutable installs are enabled by default in CI renovatebot/renovate#9481 (comment) - see yarnpkg/berry#2530 - but not in a local dev environment. By manually setting |
Deployment and test migrated to GitHub Actions. |
Goldstack currently runs end to end tests for templates using AWS ECS containers. It is a bit difficult to access the logs for these tests and assert what exactly has been tested.
It could be a better option to use GitHub action runners to run these tests, possibly by checking out the source code for the templates into seperate repositories.
First implementation:
Possible Future Implementation:
The text was updated successfully, but these errors were encountered: