Skip to content

Merge pull request #2 from alexfigueroa-solutions/feature/window-mana… #9

Merge pull request #2 from alexfigueroa-solutions/feature/window-mana…

Merge pull request #2 from alexfigueroa-solutions/feature/window-mana… #9

Workflow file for this run

name: Workspace Automator CI/CD
on: [push, pull_request]
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9 # or your preferred version
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Run Tests
run: |
pytest tests/