Skip to content

MET-6365 Angular 19 - Remove obsolete build flag #62

MET-6365 Angular 19 - Remove obsolete build flag

MET-6365 Angular 19 - Remove obsolete build flag #62

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