Skip to content

Commit

Permalink
fix(ci): add step to generate dummy config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akosnad committed Aug 5, 2024
1 parent 3fb5ea4 commit 9adc4ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 9adc4ff

Please sign in to comment.