Skip to content

Bump pillow from 8.4.0 to 10.0.1 in /config #83

Bump pillow from 8.4.0 to 10.0.1 in /config

Bump pillow from 8.4.0 to 10.0.1 in /config #83

name: Run Django tests and enforce test coverage
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup environment
run: bash ./scripts/setup_env.sh hknweb-dev
- name: Run Django unit tests
run: |
eval "$(conda shell.bash hook)"
conda activate hknweb-dev
coverage run
coverage report