try if host format is correct or not
Some checks failed
Run short tests / run-tests (push) Successful in 1m18s
Run nightly tests / build (push) Successful in 1m16s
Run nightly tests / nightly-tests-play (push) Failing after 46s

This commit is contained in:
2025-05-23 12:21:35 +02:00
parent 63cec9b9d8
commit cf5a47ed4a

View File

@@ -32,7 +32,7 @@ jobs:
steps:
- name: Modify hosts file
run: |
echo 127.0.0.1 api.notion.com >> /etc/hosts
echo 127.0.0.1 api.notion.com\n >> /etc/hosts
- name: Start a dummy server listening on 443
run: |
apt update