Skip to content

Bug Fix: SMB Source registration failure. #274

Bug Fix: SMB Source registration failure.

Bug Fix: SMB Source registration failure. #274

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# this Action should follow steps to set up Python build environment
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install cohesity-management-sdk
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Perform sanity testing with ansible-test
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: stable-2.11
testing-type: sanity