I dont understand why hosts not take effect
Some checks failed
Run nightly tests / build (push) Successful in 1m16s
Run short tests / run-tests (push) Successful in 1m40s
Run nightly tests / nightly-tests-play (push) Failing after 33s

This commit is contained in:
2025-05-23 12:27:47 +02:00
parent c1d56f8ee0
commit 8205232db3

View File

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