I dont understand why hosts not take effect
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user