You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create make target to run all the samples, given a frontend endpoint (e. g. FRONTEND_ADDRESS=127.0.0.1:7233 make run). Integrate it with #15.
This will enable two use cases:
a dev making change on their machine, and wanting to make sure things still work before submitting a PR
CI/CD pipeline running samples against a staging environment as part of its validation of the repo (and, indirectly, of the code deployed to the staging environment).
The text was updated successfully, but these errors were encountered:
alexshtin
changed the title
create an easy way (a make target?) to run all the samples
Create an easy way to run all the samples
Jun 26, 2020
Create
make
target to run all the samples, given a frontend endpoint (e. g.FRONTEND_ADDRESS=127.0.0.1:7233 make run
). Integrate it with #15.This will enable two use cases:
The text was updated successfully, but these errors were encountered: