Skip to content

Update PKIDeployer.init_server_nssdb() to use self.instance #4327

Update PKIDeployer.init_server_nssdb() to use self.instance

Update PKIDeployer.init_server_nssdb() to use self.instance #4327

Workflow file for this run

name: Python Tests
on: [push, pull_request]
jobs:
init:
name: Initialization
uses: ./.github/workflows/init.yml
secrets: inherit
build:
name: Waiting for build
needs: init
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
python-lint-test:
name: Python lint
needs: [init, build]
uses: ./.github/workflows/python-lint-test.yml