Skip to content

S-127566: Added K8S_SKIP_TLS_VERIFY env var to bypass SSL verification for legacy clusters #39

S-127566: Added K8S_SKIP_TLS_VERIFY env var to bypass SSL verification for legacy clusters

S-127566: Added K8S_SKIP_TLS_VERIFY env var to bypass SSL verification for legacy clusters #39

Workflow file for this run

name: Python Test
on:
push:
branches:
- master
- release/*
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
- name: Run tests
run: |
cd tests/release/integration
python -m unittest test_wrapper.py