mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Change github workflows to not compile legacy layout (#35946)
Since it will be removed in #35943 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
1c60c0b62e
commit
e2daeeaceb
6 changed files with 5 additions and 36 deletions
5
.github/workflows/scheduled-wpt-import.yml
vendored
5
.github/workflows/scheduled-wpt-import.yml
vendored
|
@ -29,9 +29,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: wpt-full-logs-linux-layout-2013
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: wpt-full-logs-linux-layout-2020
|
||||
|
@ -55,9 +52,7 @@ jobs:
|
|||
export CURRENT_DATE=$(date +"%d-%m-%Y")
|
||||
echo $CURRENT_DATE
|
||||
echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV
|
||||
./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 -s --no-edit
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue