Skip to content

Update OS configurations and sets periodic to run on SCM change #19

Update OS configurations and sets periodic to run on SCM change

Update OS configurations and sets periodic to run on SCM change #19

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
cdk_tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: cdk
steps:
- uses: actions/checkout@v3
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run Pytest
run: |
python -m pytest -v