Skip to content

MET-6255 Improve Error Handling #44

MET-6255 Improve Error Handling

MET-6255 Improve Error Handling #44

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