echo needs -e to pass linefeed
Some checks failed
Run short tests / run-tests (push) Successful in 1m17s
Run nightly tests / build (push) Successful in 1m15s
Run nightly tests / nightly-tests-play (push) Failing after 45s

This commit is contained in:
2025-05-23 12:24:54 +02:00
parent cf5a47ed4a
commit c1d56f8ee0

View File

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