Skip to content

Commit

Permalink
try resta
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored Jul 15, 2024
1 parent 65c5259 commit 7d50711
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
File renamed without changes.
11 changes: 9 additions & 2 deletions .github/workflows/test_platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ jobs:
image: eclipse-mosquitto
ports:
- "1883:1883"
#volumes:
# - ${{ github.workspace }}/.github/etc/mosquitto.conf:/mosquitto/config/mosquitto.conf
volumes:
- ${{ github.workspace }}/.github/mosquitto:/mosquitto/config
options: --name mosquitto

steps:
- uses: actions/checkout@v4
- name: Restart MQTT
# Restart MQTT after volumes have been checked out
uses: docker://docker
with:
args: docker restart mqtt
- name: Test
run: |
pio test -e native -v

0 comments on commit 7d50711

Please sign in to comment.