Skip to content

Commit

Permalink
Move .ci to .github/workflows/mosquitto (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt authored Feb 17, 2024
1 parent 42aa885 commit c526edc
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 @@ -96,9 +96,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 c526edc

Please sign in to comment.