File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-22.04
1515 steps :
1616 - uses : actions/checkout@v2
17- - name : Initialize docker compose files
18- run : docker run -v $(pwd)/compose:/compose astarte/docker-compose-initializer
1917 - name : Setup Docker Buildx
2018 uses : docker/setup-buildx-action@v3
2119 - name : Build Astarte containers
Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-22.04
3838 steps :
3939 - uses : actions/checkout@v2
40+ - name : Initialize docker compose files
41+ run : docker run -v $(pwd)/compose:/compose astarte/docker-compose-initializer
42+ - uses : erlef/setup-beam@v1.15
43+ with :
44+ otp-version : ${{ env.otp_version }}
45+ elixir-version : ${{ env.elixir_version }}
4046 - name : Start all Astarte services
4147 run : docker compose up -d
4248 - name : Wait for Astarte to come up
7884 E2E_CHECK_REPETITIONS : 5
7985 E2E_MAILER_TO_ADDRESS : mail@example.com
8086 E2E_MAIL_SUBJECT : " Subj: Astarte Notification"
81- run : mix run --no-halt
87+ run : |
88+ mix deps.get
89+ mix run --no-halt
8290 - name : Check Docker
8391 if : ${{ failure() }}
8492 run : docker compose logs
You can’t perform that action at this time.
0 commit comments