Update '.gitea/workflows/demo.yaml'
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 11s Details

master
nathan 2 years ago
parent 7e7d05c5c9
commit d6afb1aaf4

@ -12,6 +12,10 @@ jobs:
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: cat /etc/resolv.conf
- run: ping google.com
- run: ping zigbee.inhome
- run: ping gitea-http.gitea.svc.cluster.local
- run: nslookup zigbee.inhome
#- name: setup qemu
# uses: docker/setup-qemu-action@v2
#- name: setup buildx

Loading…
Cancel
Save