Skip to content

Fix environments tests #676

Fix environments tests

Fix environments tests #676

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: [
buildNoapiArm64GeckoGeneric,
buildNoapiX64GeckoGeneric,
]
secrets: inherit