Skip to content

Bugfix ASG scheduling issue, increase SSM param output and improve pytests #2

Bugfix ASG scheduling issue, increase SSM param output and improve pytests

Bugfix ASG scheduling issue, increase SSM param output and improve pytests #2

Workflow file for this run

name: Python application test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Run pytest
run: pytest