#1034 build: Improve logging in install-plugins script
Pull request opened by
TimothyJones
This PR:
• Improves the logging for when install-plugins fails
• Ensures that windows actually fails when install-plugins fails
It exposes the problem with install-plugins, which is that it is being rate limited by github. You could fiddle about with a token to fix this, but probably it would be better to do one of:
• Pin the version, avoiding the need for the call (easiest)
• Replace the API call with
https://github.com/marketplace/actions/github-api-request
• Remove the need for a plugin cli step entirely by using a package manager (imo, best)
pact-foundation/pact-js
GitHub Actions: build-and-test-ubuntu (18.x)
GitHub Actions: build-and-test-ubuntu (16.x)
GitHub Actions: build-and-test-ubuntu (14.x)
GitHub Actions: build-and-test-windows (18.x)
GitHub Actions: build-and-test-windows (16.x)
GitHub Actions: build-and-test-windows (14.x)
✅ 1 other check has passed
1/7 successful checks