Skip to content

PDSM-871 add log index option #656

PDSM-871 add log index option

PDSM-871 add log index option #656

name: CI Build
on: [push, pull_request]
jobs:
build:
name: ci-build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install Python 3.8
uses: actions/[email protected]
with:
python-version: 3.8
- name: Update apt repositories
run: sudo apt update
- name: Upgrade python packaging tools
run: python -m pip install --upgrade pip setuptools wheel awscli
- name: Python Unit-tests
run: make test