Skip to content

Fix enrollmentsMap slug in 48h targeting #2299

Fix enrollmentsMap slug in 48h targeting

Fix enrollmentsMap slug in 48h targeting #2299

name: Experimenter Tests
on:
push:
branches:
- main
pull_request:
merge_group:
types: [checks_requested]
jobs:
check:
strategy:
fail-fast: false
matrix:
include:
- arch: x86_64
runner: ubuntu-24.04
- arch: aarch64
runner: ubuntu-24.04-arm
name: "Experimenter Check (${{ matrix.arch }})"
runs-on: ${{ matrix.runner }}
permissions:
contents: read
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/retry
if: steps.check-paths.outputs.should-run == 'true'
with:
label: Build experimenter test image
run: |
cp .env.sample .env
make build_test
- name: Run tests and linting
if: steps.check-paths.outputs.should-run == 'true'
run: make check