Skip to content

Merge latest from integration into feature/ODD1091-ga4-fix before mer… #38

Merge latest from integration into feature/ODD1091-ga4-fix before mer…

Merge latest from integration into feature/ODD1091-ga4-fix before mer… #38

Workflow file for this run

name: python-source
on:
workflow_dispatch:
push:
branches-ignore: ['main', 'integration']
paths:
- 'python/**'
- 'scripts/*.py'
- 'scripts/**/*.py'
- 'oar-metadata'
jobs:
testall_python:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: true
- 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 python
- name: Run Unit Tests via Docker
run: cd docker && ./testall python