Skip to content

Specify dependency on PyJWT #1326

Specify dependency on PyJWT

Specify dependency on PyJWT #1326

Workflow file for this run

name: IoGT
on:
push:
branches:
- develop
- release/**
pull_request:
branches:
- develop
jobs:
django-unit-tests:
runs-on: ubuntu-latest
env:
IOGT_TEST_PARALLEL: "2"
steps:
- uses: actions/checkout@v3
- run: make test
- uses: actions/upload-artifact@v3
with:
name: django-coverage-report
path: htmlcov
selenium-tests:
runs-on: ubuntu-latest
env:
IOGT_TEST_PARALLEL: "1"
steps:
- uses: actions/checkout@v3
- run: make selenium-test
- uses: actions/upload-artifact@v3
with:
name: django-coverage-report
path: htmlcov