Skip to content

Merge branch 'main' of https://github.com/wolfi1k/Divera #12

Merge branch 'main' of https://github.com/wolfi1k/Divera

Merge branch 'main' of https://github.com/wolfi1k/Divera #12

Workflow file for this run

name: Run tests
on:
push:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Run Tests
run: python test_execution.py