mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix WPT sync and simplify the update scripts (#29999)
Much of the code used to import WPT tests from upstream has been moved to the WPT repository itself, so this can be reused. In addition, simplify the workflows by merging the entire process into mach and also directly into the GitHub workflow. This should fix WPT imports after combining compilation of layout and legacy layout. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
4c8b47adbb
commit
da5b861b3c
9 changed files with 124 additions and 541 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Pull request (WPT export)
|
||||
name: WPT Export
|
||||
on:
|
||||
pull_request_target:
|
||||
types: ['opened', 'synchronize', 'reopened', 'edited', 'closed']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue