Skip to content

chore(nimbus): Update Firefox Desktop Beta #1496

chore(nimbus): Update Firefox Desktop Beta

chore(nimbus): Update Firefox Desktop Beta #1496

name: Desktop Enrollment Integration Tests
on:
push:
branches:
- main
pull_request:
merge_group:
types: [checks_requested]
jobs:
test:
strategy:
fail-fast: false
matrix:
split: [0, 1]
name: "Desktop Enrollment (${{ matrix.split }})"
runs-on: ubuntu-24.04
permissions:
contents: read
env:
FIREFOX_CHANNEL: release
PYTEST_ARGS: -k FIREFOX_DESKTOP -m desktop_enrollment --reruns 1 --splits 2 --split ${{ matrix.split }} --base-url https://nginx/nimbus/
PYTEST_BASE_URL: https://nginx/nimbus/
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: ./.github/actions/check-changed-paths
id: check-paths
with:
paths: "experimenter/ application-services/"
- uses: ./.github/actions/setup-cached-build
if: steps.check-paths.outputs.should-run == 'true'
- uses: ./.github/actions/run-integration-test
if: steps.check-paths.outputs.should-run == 'true'
with:
artifact-name: desktop-enrollment-${{ matrix.split }}-test-report