Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Bump coverage from 7.3.2 to 7.4.1 #263

Bump coverage from 7.3.2 to 7.4.1

Bump coverage from 7.3.2 to 7.4.1 #263

name: Flake8 and unit tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Lint with flake8
run: |
flake8 . --count --show-source --statistics
- name: Unit tests
run: |
./bin/runDockerUnitTests.sh