Skip to content

Fixes bug where LDAP dependency is imported when not installed (#382) #125

Fixes bug where LDAP dependency is imported when not installed (#382)

Fixes bug where LDAP dependency is imported when not installed (#382) #125

Workflow file for this run

name: 🎯 Updated Main
on:
push:
branches:
- main
jobs:
build:
name: Build
uses: ./.github/workflows/Build.yml
qa:
name: QA
needs: build
uses: ./.github/workflows/QA.yml
secrets: inherit
test:
name: Test
needs: build
uses: ./.github/workflows/Test.yml
secrets: inherit