test
Some checks failed
publish / publish (push) Failing after 13s

This commit is contained in:
Lyn Fugmann 2024-10-05 16:49:37 +02:00
parent d1250aade7
commit 074a6a7de3

View file

@ -11,8 +11,8 @@ jobs:
# env:
# SSH_PRIVATE_KEY: ${{ secrets.SOME_SECRET_THAT_REPRESENTS_THE_PRIVATE_KEY }}
steps:
- run: cat /etc/resolv.conf
- run: apt update && apt install dnsutils -y && dig git.ifsr.de
- run: curl -v -I https://git.ifsr.de
# - run: apt update && apt install dnsutils -y && dig git.ifsr.de
- uses: actions/checkout@v4
with: