Skip to content

❤️ Test Flow

❤️ Test Flow #361

name: ❤️ Test Flow
on:
schedule:
- cron: '0 */12 * * *'
push:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v3
- name: ⚙️ Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: ⚙️ Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions dotflow==0.13.0 dotflow-mongodb
- name: ✅ Run Script
run: |
python ./flow.py