-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Feature/1048 Build workflows #1049
Conversation
GitHub Actions is quite faster than travis. 4-5 min vs 8 min. However, currently without percy. Wondering if that matters. |
So, it turns out the release workflow will need some more work to get it done properly. For now I would like to get the build pipelines with GitHub Actions running. Then I can draft the release workflow while we can test the build action. |
Want to implement caching afterwards this can be merged. |
Caching is now build in. Build times are reduced to approx. 4 minutes. Also updated jest and it's dependencies to the latest versions. |
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 think jest-environment-puppeteer, jest-image-snapshot and jest-puppeteer could be removed
Will remove them and have a look what happens. |
Resolves #1048
Added workflow for build.
In order to get coveralls working, according to their docs there need to be specified 2 secrets:
COVERALLS_SERVICE_NAME
(the name of your build system)COVERALLS_REPO_TOKEN
(the secret repo token from coveralls.io)In order to allow publishing to npm, there needs to be another secret (e.g.
NPM_TOKEN
) containing an api key with according permissions.