Skip to content

Increment app version to 2.7.2 #1399

Increment app version to 2.7.2

Increment app version to 2.7.2 #1399

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@v4
- run: make test
selenium-tests:
runs-on: ubuntu-latest
env:
IOGT_TEST_PARALLEL: "1"
steps:
- uses: actions/checkout@v4
- run: make selenium-test