mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Make the choice of layout runtime setting
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
12
.github/workflows/quick-check.yml
vendored
12
.github/workflows/quick-check.yml
vendored
@@ -13,14 +13,4 @@ jobs:
|
||||
if: github.repository != 'servo/servo' || github.event_name == 'workflow_dispatch'
|
||||
uses: ./.github/workflows/linux.yml
|
||||
with:
|
||||
layout: '2013'
|
||||
unit-tests: true
|
||||
|
||||
build-linux-layout-2020:
|
||||
name: Linux (layout-2020)
|
||||
if: github.repository != 'servo/servo' || github.event_name == 'workflow_dispatch'
|
||||
uses: ./.github/workflows/linux.yml
|
||||
with:
|
||||
layout: '2020'
|
||||
# TODO: unit tests on layout-2020
|
||||
unit-tests: false
|
||||
unit-tests: true
|
||||
Reference in New Issue
Block a user