diff --git a/.github/workflows/rust_ci.yml b/.github/workflows/rust_ci.yml index 4cb27b8..514b55a 100644 --- a/.github/workflows/rust_ci.yml +++ b/.github/workflows/rust_ci.yml @@ -36,5 +36,13 @@ jobs: ldproxy: true - name: Enable caching uses: Swatinem/rust-cache@v2 + - name: Create dummy config.yml + run: | + cat << EOF > config.yml + mqtt_endpoint: mqtt://nowhere.to.be.found.arpa + availibility_topic: none + ota_topic: none + entities: [] + EOF - name: Run command run: cargo ${{ matrix.action.command }} ${{ matrix.action.args }}