Skip to content

Merge pull request #112 from caffo/fixes #120

Merge pull request #112 from caffo/fixes

Merge pull request #112 from caffo/fixes #120

Workflow file for this run

name: "roam-to-git tests.py"
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-20.04, windows-latest]
python: [ 3.6, 3.7, 3.8, 3.9 ]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python }}
runs-on: ${{ matrix.os }}
name: Test
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.5.2
- name: Set up Python
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python }}
- name: Setup dependencies
run: |
python --version
python -m pip install -r requirements.txt
python -m pip install mypy
- name: Run backup
run: ./tests.py