Skip to content

Updated the issue with unit test failure for metrics skeleton creation #48

Updated the issue with unit test failure for metrics skeleton creation

Updated the issue with unit test failure for metrics skeleton creation #48

Workflow file for this run

name: source updates
on:
workflow_dispatch:
push:
branches-ignore: ['main', 'integration']
paths:
- 'python/**'
jobs:
testall:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Docker
uses: docker/setup-buildx-action@v1
- name: Build Containers
env:
OAR_DOCKERHUB_CRED: ${{ secrets.OAR_DOCKERHUB_CRED }}
run: |
bash scripts/dhsetup.sh
cd docker && bash ./dockbuild.sh
- name: Run Unit Tests via Docker
run: cd docker && ./testall