mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update raw lags path for WPT import (#31714)
I forgot to do this in #31616
This commit is contained in:
parent
8cfc6a1898
commit
f98975bbbe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/scheduled-wpt-import.yml
vendored
4
.github/workflows/scheduled-wpt-import.yml
vendored
|
@ -54,8 +54,8 @@ jobs:
|
|||
export CURRENT_DATE=$(date +"%d-%m-%Y")
|
||||
echo $CURRENT_DATE
|
||||
echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV
|
||||
./mach update-wpt linux-layout-2013/*.log --legacy-layout
|
||||
./mach update-wpt linux-layout-2020/*.log
|
||||
./mach update-wpt linux-layout-2013/raw/*.log --legacy-layout
|
||||
./mach update-wpt linux-layout-2020/raw/*.log
|
||||
git add tests/wpt/meta tests/wpt/meta-legacy-layout
|
||||
git commit -a --amend --no-edit
|
||||
- name: Push changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue