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

Add assets step

This commit is contained in:
Daniel Barber 2023-02-04 23:35:05 -06:00
parent e4fc3a1b6f
commit b1451535ca

View File

@ -1,6 +1,9 @@
# 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