rename mix test alias to mix test.all

This commit is contained in:
2022-11-09 23:33:41 -05:00
parent db4b3fab24
commit e3ff04ced3
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ steps:
- npm --prefix ./assets ci --progress=false --no-audit --loglevel=error
- npm run --prefix ./assets deploy
- mix do phx.digest, gettext.extract
- mix test
- mix test.all
- name: build and publish stable
image: thegeeklab/drone-docker-buildx