Compare commits
2 commits
59d7e46046
...
c871e08155
| Author | SHA1 | Date | |
|---|---|---|---|
| c871e08155 | |||
| b434df3968 |
1 changed files with 14 additions and 12 deletions
24
.drone.yml
24
.drone.yml
|
|
@ -70,18 +70,20 @@ steps:
|
|||
echo "Postgres did not become available, aborting."
|
||||
exit 1
|
||||
|
||||
# - name: test
|
||||
# image: docker.io/library/elixir:1.18.3-otp-27
|
||||
# environment:
|
||||
# MIX_ENV: test
|
||||
# TEST_POSTGRES_HOST: postgres
|
||||
# commands:
|
||||
# # Install hex package manager
|
||||
# - mix local.hex --force
|
||||
# # Fetch dependencies
|
||||
# - mix deps.get
|
||||
# # Run tests
|
||||
- name: test
|
||||
image: docker.io/library/elixir:1.18.3-otp-27
|
||||
environment:
|
||||
MIX_ENV: test
|
||||
TEST_POSTGRES_HOST: postgres
|
||||
commands:
|
||||
# Install hex package manager
|
||||
- mix local.hex --force
|
||||
# Fetch dependencies
|
||||
- mix deps.get
|
||||
# Run tests
|
||||
# - mix test
|
||||
# TODO: remove this, added only for testing
|
||||
- mix compile
|
||||
|
||||
- name: rebuild-cache
|
||||
image: drillster/drone-volume-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue