Skip to content
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

Update graphql README and tests for new server configuration. #140

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

timburks
Copy link
Contributor

@timburks timburks commented Feb 16, 2023

This updates the testing of the graphql demo to use grpctest.TestMain() to create a temporary test server, eliminating the need to run a test server in CI (and that test server is removed).

Fixes #141

@timburks timburks marked this pull request as draft February 16, 2023 17:29
@timburks timburks force-pushed the graphql-updates branch 2 times, most recently from f1fa969 to 15adc06 Compare February 16, 2023 17:39
@timburks timburks marked this pull request as ready for review February 16, 2023 17:47
- name: Install registry-server
run: go install github.com/apigee/registry/cmd/registry-server@latest
- name: Create default registry configuration
run: registry config configurations create localhost --registry.address='localhost:8080'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timburks timburks merged commit 61c00d4 into apigee:main Feb 16, 2023
@timburks timburks deleted the graphql-updates branch September 18, 2023 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

registry-graphql: testing and instructions are outdated
2 participants