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

feature request: test varci config file #7

Open
BerkeleyTrue opened this issue Aug 12, 2016 · 4 comments
Open

feature request: test varci config file #7

BerkeleyTrue opened this issue Aug 12, 2016 · 4 comments
Labels

Comments

@BerkeleyTrue
Copy link

It would be great if there were some way to test a varci file before merge. Maybe a simple parse to see if the file is the proper syntax to start. It could use the webhook to listen for changes to(or the addition of) the varci yaml file.

@jadb
Copy link
Member

jadb commented Aug 13, 2016

@BerkeleyTrue there actually is, it's just not documented yet 😞 .

You should be able to do:

cat .varci.yml | curl --data-binary @- https://var.ci/validate

Let me know if you run into any trouble.

@jadb jadb added the question label Aug 13, 2016
@jadb
Copy link
Member

jadb commented Aug 13, 2016

I should mention, this is only limited to validating the configuration file.

A simulator is in the planning stages ATM.

@jadb
Copy link
Member

jadb commented Sep 22, 2016

@BerkeleyTrue we pushed some automated validation on the PR that introduces a .varci.yml file (or modifications to) in a connected repository:

screen shot 2016-09-22 at 10 03 24 am

Let me know what you think!

@BerkeleyTrue
Copy link
Author

Oh yiss!

Let me come up with a reason to change our varci file and give it a go!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants