-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add Github Actions support #1394
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! Looks almost finished. I will just ask for matrix version fix.
And we are ready to go!
Let's test it! |
@gmhabchi looks like we have missed this step: https://github.com/wemake-services/wemake-vue-template/blob/master/.travis.yml#L33 Would you please add it? |
Looks like Github Actions doesn't support env and/or .env the same way that Travis CI does. The only way I can think to fix this is to change the scripts or just move those tests into Github Actions and run directly there |
Ok, let's try 👍 |
Add support for Github Actions and based config off of the Travis CI config 👍
ref: #1346