Skip to content

[25.1.x] D-39625 New logger and timestamp #29

[25.1.x] D-39625 New logger and timestamp

[25.1.x] D-39625 New logger and timestamp #29

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