Skip to content

Commit

Permalink
Move .ci to .github/workflows/mosquitto
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Feb 17, 2024
1 parent 8c8c25f commit 8c0a98c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
with:
version: '2.0.18'
ports: '8883:8883'
certificates: ${{ github.workspace }}/.ci/tls-certificates
config: ${{ github.workspace }}/.ci/mosquitto.conf
password-file: ${{ github.workspace}}/.ci/mosquitto.passwd
certificates: ${{ github.workspace }}/.github/workflows/mosquitto/tls-certificates
config: ${{ github.workspace }}/.github/workflows/mosquitto/mosquitto.conf
password-file: ${{ github.workspace}}/.github/workflows/mosquitto/mosquitto.passwd
container-name: 'mqtt'

- name: Run Pytest
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8c0a98c

Please sign in to comment.