-
Notifications
You must be signed in to change notification settings - Fork 105
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
wip: test CI changes #1471
base: master
Are you sure you want to change the base?
wip: test CI changes #1471
Conversation
This is a temporary change to facilitate testing #1471 The schema-tools expect schema to be found under a certain path but the PR is moving the schema. The new location is enabled to reference the old location.
Repackages schema generator so that standard Makefile knows how to build it.
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1471 +/- ##
========================================
Coverage ? 0.00%
========================================
Files ? 10
Lines ? 2345
Branches ? 0
========================================
Hits ? 0
Misses ? 2345
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Toward pulumi/ci-mgmt#1191
Builds on top of pulumi/ci-mgmt#1275 using Bridged Makefile for this provider.
cd awsx && yarn test
cd awsx-classic/tests && yarn && yarn run build && yarn run mocha $$(find bin -name '*.spec.js')