debug
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Failing after 11s
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 / test (push) Successful in 3s
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
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Failing after 11s
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 / test (push) Successful in 3s
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:
parent
3ff347fe55
commit
ae4c82e1c0
@ -15,11 +15,12 @@ jobs:
|
|||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: diff
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: check output of diff
|
- name: check output
|
||||||
run: echo ${{ needs.diff }}
|
env:
|
||||||
|
ALLMYVARS: ${{ toJSON(vars) }}
|
||||||
|
run: echo $ALLMYVARS
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
needs: diff
|
needs: diff
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user