mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
10 lines
414 B
YAML
10 lines
414 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: build_assets
|
|
command: bin/codeship_assets
|
|
service: app
|
|
- name: run_mix_test
|
|
command: /bin/bash -c 'mix ecto.create && mix test'
|
|
service: app
|