Skip to content

Create New Tab page and add an option to set New Tab page as homepage #950

Create New Tab page and add an option to set New Tab page as homepage

Create New Tab page and add an option to set New Tab page as homepage #950

Workflow file for this run

name: CI External
on:
workflow_dispatch: # Allow manual triggers
pull_request:
jobs:
build-external:
name: External Build
uses: ./.github/workflows/build.yml
with:
flavour: ${{ matrix.flavour }}
strategy:
fail-fast: false
matrix:
flavour: [
assembleNoapiArm64GeckoGeneric,
assembleNoapiX64GeckoGeneric,
]
secrets: inherit
unit-tests:
name: Unit Tests
needs: [build-external]
uses: ./.github/workflows/build.yml
with:
flavour: ${{ matrix.flavour }}
strategy:
matrix:
flavour: [
testNoapiArm64GeckoGenericDebugUnitTest,
testNoapiX64GeckoGenericReleaseUnitTest,
]