chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Fix CI #138

Closed chinedufn closed 4 years ago

chinedufn commented 4 years ago

Firefox wasn't working in TravisCI. After trying to figure out why for about an hour I gave up and remembered that I've been meaning to evaluate GitHub actions.

GitHub actions just so happen to come with Firefox pre-installed - so the setup was pretty painless.

In the future we'll want to move the book deployment job away from TravisCI so that everything is all in GitHub actions - but we can keep it in Travis for now.

Fixes #137

\cc @rickihastings

rickihastings commented 4 years ago

Nice one, thanks!