Skip to content

Chromium: Make password saving option independent from autofill option in Privacy settings #1134

Chromium: Make password saving option independent from autofill option in Privacy settings

Chromium: Make password saving option independent from autofill option in Privacy settings #1134

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,
]