Use tee
Some checks failed
Run nightly tests / build (push) Successful in 1m13s
Run short tests / run-tests (push) Successful in 1m41s
Run nightly tests / nightly-tests-play (push) Failing after 34s

This commit is contained in:
2025-05-23 12:30:03 +02:00
parent 8205232db3
commit 6d4ad23abb

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 >> /etc/hosts echo 127.0.0.1 api.notion.com | tee -a /etc/hosts
- name: Start a dummy server listening on 443 - name: Start a dummy server listening on 443
run: | run: |
apt update apt update