Skip to content

Commit fef2e43

Browse files
committed
.
1 parent 3852af8 commit fef2e43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727

2828
- name: Copy Mosquitto config
2929
run: |
30-
mkdir -p /tmp/mosquitto
31-
cp tests/mosquitto.conf /tmp/mosquitto/mosquitto.conf
3230
docker ps
31+
mkdir -p /tmp/mosquitto
32+
cp ./tests/mosquitto.conf /tmp/mosquitto/mosquitto.conf
3333
3434
- name: Set up Python
3535
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)