Skip to content

MET-6306 Make Country Menu Single Column #30

MET-6306 Make Country Menu Single Column

MET-6306 Make Country Menu Single Column #30

Workflow file for this run

name: '* CI'
on:
push
jobs:
run-unit:
name: 'tests'
uses: ./.github/workflows/run-tests.yaml
secrets: inherit
run-sonar:
needs: [run-unit]
uses: ./.github/workflows/run-sonar.yaml
secrets: inherit