gimbal icon indicating copy to clipboard operation
gimbal copied to clipboard

Use GitHub Actions instead of Circle CI

Open grgur opened this issue 6 years ago • 1 comments

I propose we migrate to GH Actions for this repository testing so we can use the GH Bot out of the box instead of personal tokens for commenting.

grgur avatar Sep 09 '19 09:09 grgur

The downside to gimbal's dockerfile actions is the dockerfile targets the gimbal docker image on docker hub... not the local code in the repo. So like if I were to open a pull request here it will run the local code to check the outcome of any changes. You can execute node code so we could execute gimbal via code but the reason why I didn't do that was because the need for browsers.

Now we could maintain a separate dockerfile to include the browser stuff and copy the gimbal build into the image and use npm link to install it globally (or just execute the bin/index.js directly).

mitchellsimoens avatar Sep 09 '19 15:09 mitchellsimoens