mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Fix WPT Import (#36101)
Log files were renamed in #36037 related https://github.com/servo/servo/pull/36098 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
0fb8e6c9cb
commit
8b8b447ef0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scheduled-wpt-import.yml
vendored
2
.github/workflows/scheduled-wpt-import.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
export CURRENT_DATE=$(date +"%d-%m-%Y")
|
export CURRENT_DATE=$(date +"%d-%m-%Y")
|
||||||
echo $CURRENT_DATE
|
echo $CURRENT_DATE
|
||||||
echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV
|
echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV
|
||||||
./mach update-wpt linux-layout-2020/raw/*.log
|
./mach update-wpt linux/raw/*.log
|
||||||
git add tests/wpt/meta
|
git add tests/wpt/meta
|
||||||
git commit -a --amend -s --no-edit
|
git commit -a --amend -s --no-edit
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue