Update mock server and drop /etc/hosts requirement

This commit is contained in:
Fedor Indutny
2022-02-28 15:46:32 -08:00
committed by GitHub
parent dbed3cbd2b
commit 524f0cfaea
5 changed files with 6 additions and 12 deletions

View File

@@ -50,9 +50,6 @@ jobs:
- name: Bundle
run: yarn build:webpack
- name: Setup hosts
run: sudo echo "127.0.0.1 mock.signal.org" | sudo tee -a /etc/hosts
- name: Run startup benchmarks
run: |
set -o pipefail

View File

@@ -198,9 +198,6 @@ jobs:
- name: Bundle
run: yarn build:webpack
- name: Setup hosts
run: sudo echo "127.0.0.1 mock.signal.org" | sudo tee -a /etc/hosts
- name: Run storage service tests
run: |
set -o pipefail