angrykoala / wendigo

A proper monster for front-end automated testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate Github Actions

angrykoala opened this issue · comments

  1. Test on push
  2. Publish to npm on release creation
  3. Create release automatically?

The first priority will be making an action that will do the same steps as travis/gitlab on push in any branch:

  • npm install
  • npm test

Only built in Ubuntu/Node 10 required. Any extra env is a nice to have