mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
wpt: configure hosts manually for self host runner
This commit is contained in:
5
.github/workflows/wpt.yml
vendored
5
.github/workflows/wpt.yml
vendored
@@ -82,8 +82,9 @@ jobs:
|
|||||||
repository: 'lightpanda-io/wpt'
|
repository: 'lightpanda-io/wpt'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: create custom hosts
|
# The hosts are configured manually on the self host runner.
|
||||||
run: ./wpt make-hosts-file | sudo tee -a /etc/hosts
|
# - name: create custom hosts
|
||||||
|
# run: ./wpt make-hosts-file | sudo tee -a /etc/hosts
|
||||||
|
|
||||||
- name: generate manifest
|
- name: generate manifest
|
||||||
run: ./wpt manifest
|
run: ./wpt manifest
|
||||||
|
|||||||
Reference in New Issue
Block a user