Skip to content

Commit

Permalink
clean: CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Sep 20, 2024
1 parent 40f71fe commit 95cc4ef
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
build:
name: Build and test
runs-on: ubuntu-20.04
# services:
# mosquitto:
# image: eclipse-mosquitto:2.0
# ports:
# - "1883:1883"
# - "1884:1884"
# # volumes:
# # - ${{ github.workspace }}/.moquitto:/mosquitto/config
# options: --name mqtt
strategy:
fail-fast: false
matrix:
Expand All @@ -51,15 +42,6 @@ jobs:
-p 1884:1884 \
eclipse-mosquitto:2.0
# Ensure to restart MQTT after checkout to correctly bind the config volume
# - name: Restart MQTT
# uses: docker://docker
# with:
# args: docker restart mqtt

- run: docker inspect mqtt
- run: docker container exec mqtt cat /mosquitto/config/mosquitto.conf

- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit 95cc4ef

Please sign in to comment.