1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/codeship-steps.yml
2018-10-19 10:27:15 -04:00

8 lines
126 B
YAML

- name: create_db
command: mix ecto.create ecto.migrate
service: app
- name: mix_test
command: mix test
service: app