chilio / laravel-dusk-ci

Docker Test suite for Laravel Dusk in gitlab CI
MIT License
160 stars 51 forks source link

port to github actions #55

Closed thejacer87 closed 4 years ago

thejacer87 commented 4 years ago

wondering if this is in the works?

im able to jam it in my github actions and run some dusk tests. but im pretty sure im not doing it very elegantly. would be nice to have an "official" way

also, i can't figure out how to get the native pwd figured out for mysql8. i saw you asking about it here: https://github.com/docker-library/mysql/issues/454 and not much help offered

chilio commented 4 years ago

Hi @thejacer87, yes this repo is active. However, it mainly covers CI in gitlab. Please post some more information on your workflow and problems. Regarding auth for mysql8, the solution (not optimal, but for testing purposes enough ok) was to start mysql8 docker container with old authentication scheme.