Skip to content

Use ca-cert variable for keycloak tests #1176

Use ca-cert variable for keycloak tests

Use ca-cert variable for keycloak tests #1176

Workflow file for this run

name: Integration Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, edited]
jobs:
python:
runs-on: ubuntu-latest
name: Python Integration Tests
steps:
- name: checkout the repo
uses: actions/checkout@v2
- name: run integration test script
run: ./bin/test_integration -l python
dot-net:
runs-on: ubuntu-latest
name: C#/.NET Integration Tests
steps:
- name: checkout the repo
uses: actions/checkout@v2
- name: run integration test script
run: ./bin/test_integration -l csharp-netcore