You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought one of the intents of putting everything into Docker is that the dev environment doesn't need to install anything else (Composer, PHP, phpunit, etc)
I thought one of the intents of putting everything into Docker is that the dev environment doesn't need to install anything else (Composer, PHP, phpunit, etc)
Yeah, but we still need to be able to trigger them, even if they run in the container, right? How do we do that?
Hmm, so we should probably remove from all then. Let's keep composer.json minimal, remove all scripts, seeing as we do them in ci.yml now?
I see we never call
composer run test
either, which means we should probably addvendor/bin/phpunit --testdox
to ci.yml and/or Dockerfile?How do we run lint and phpunit tests locally?
Originally posted by @mcdurdin in #492 (comment)
This should also be done on help.keyman.com, elsewhere as well?
The text was updated successfully, but these errors were encountered: