Skip to content

chore(deps): Bump node-forge from 1.3.2 to 1.4.0 in /demo-app/fronten… #252

chore(deps): Bump node-forge from 1.3.2 to 1.4.0 in /demo-app/fronten…

chore(deps): Bump node-forge from 1.3.2 to 1.4.0 in /demo-app/fronten… #252

name: Desktop Targeting Integration Tests
on:
push:
branches:
- main
paths:
- "experimenter/**"
- "application-services/**"
- ".github/actions/run-integration-test/**"
- ".github/workflows/integration-desktop-targeting.yml"
pull_request:
paths:
- "experimenter/**"
- "application-services/**"
- ".github/actions/run-integration-test/**"
- ".github/workflows/integration-desktop-targeting.yml"
merge_group:
types: [checks_requested]
jobs:
test:
strategy:
fail-fast: false
matrix:
channel: [release, beta, nightly]
split: [0, 1]
name: "Desktop Targeting (${{ matrix.channel }} ${{ matrix.split }})"
runs-on: ubuntu-24.04
permissions:
contents: read
id-token: write
env:
FIREFOX_CHANNEL: ${{ matrix.channel }}
PYTEST_ARGS: -k FIREFOX_DESKTOP -m run_targeting -n 4 --reruns 1 --splits 2 --split ${{ matrix.split }} --base-url https://nginx/nimbus/
PYTEST_BASE_URL: https://nginx/nimbus/
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-cached-build
with:
arch: x86_64
gcp-project-number: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
- uses: ./.github/actions/run-integration-test
with:
make-args: FIREFOX_CHANNEL=${{ matrix.channel }}
artifact-name: desktop-targeting-${{ matrix.channel }}-${{ matrix.split }}-test-report