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