Skip to content

Use ca-cert variable for keycloak tests #1115

Use ca-cert variable for keycloak tests

Use ca-cert variable for keycloak tests #1115

Workflow file for this run

name: Test Code Quality
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, edited]
jobs:
pylint:
runs-on: ubuntu-latest
name: Python Test Linting
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Lint the tests
run: ./bin/lint_tests
spectral:
runs-on: ubuntu-latest
name: Spec File Linting
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Lint Spec
run: ./bin/lint_spec