Skip to content

Bump urllib3 from 2.0.3 to 2.0.7 #66

Bump urllib3 from 2.0.3 to 2.0.7

Bump urllib3 from 2.0.3 to 2.0.7 #66

Workflow file for this run

name: test-on-push
on: [push]
jobs:
checkformatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make env
- run: make checkformatting
checkmigrations:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make env
- run: make checkmigrations
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make env
- run: make test
- run: make test-coverage-report
- name: Upload test coverage report
uses: actions/upload-artifact@v3
with:
name: test-coverage-report
path: htmlcov