Update raw lags path for WPT import (#31714)

I forgot to do this in #31616
This commit is contained in:
Samson 2024-03-17 10:48:12 +01:00 committed by GitHub
parent 8cfc6a1898
commit f98975bbbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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