Skip to content

Commit e966783

Browse files
committed
ci: add test site to hosts
1 parent 13f7cb3 commit e966783

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
node-version: 24
4949
check-latest: true
5050

51+
- name: Add to Hosts
52+
run: echo "127.0.0.1 meet.test" | sudo tee -a /etc/hosts
53+
5154
- name: Cache pip
5255
uses: actions/cache@v4
5356
with:

0 commit comments

Comments
 (0)