Skip to content

PR CHECK #5625 - Geo refactor unit tests #3591

PR CHECK #5625 - Geo refactor unit tests

PR CHECK #5625 - Geo refactor unit tests #3591

Workflow file for this run

name: CI-PR
run-name: "PR CHECK #${{ github.event.pull_request.number }} - ${{ github.event.pull_request.title }}"
on:
pull_request:
branches:
- develop
- staging
- master
- ephemeral-*
- long-term/*
workflow_call:
permissions:
contents: read
concurrency:
group: CI-PR-${{ github.ref }}
cancel-in-progress: true
jobs:
frontend:
uses: ./.github/workflows/frontend-checks.yml
lint:
uses: ./.github/workflows/lint.yml
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
build:
uses: ./.github/workflows/build-and-push.yml
secrets: inherit