fix test
Some checks failed
Build and push Doorman UI / API / diff (push) Has been cancelled
Build and push Doorman UI / API / twilio (push) Has been cancelled
Build and push image for doorman-homeassistant / diff (push) Failing after 1m41s
Build and push image for doorman-homeassistant / test (push) Has been skipped
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped

This commit is contained in:
Martin Dimitrov 2025-10-15 18:49:24 -07:00
parent c8d4e5f32c
commit debbdecc88

View File

@ -16,9 +16,12 @@ jobs:
test: test:
needs: diff needs: diff
runs-on: ubuntu-22.04
steps: steps:
- name: check output of diff - name: check output of diff
run: echo ${{ needs.diff.outputs.is_changed }} env:
OUTPUT1: ${{ needs.diff.outputs.is_changed }}
run: echo "$OUTPUT1"
docker: docker:
needs: diff needs: diff