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

7 lines
347 B
YAML

# This is where we define the test steps that would be run in a Codeship Pro build.
# The build passes as long as every test step returns with a non-zero exit code.
# See here for more: https://documentation.codeship.com/pro/builds-and-configuration/steps/
- name: run_mix_test
command: /bin/bash -c 'mix ecto.create && mix test'
service: app