Skip to content

turn off mock in AT22 (#1096) #348

turn off mock in AT22 (#1096)

turn off mock in AT22 (#1096) #348

name: 'Continuous Integration: Backend'
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- backend/**
pull_request:
types: [opened, synchronize, reopened]
paths:
- backend/**
jobs:
ci:
name: 'Continous Integration'
secrets: inherit
uses: './.github/workflows/template-build-and-test-backend.yml'