Skip to content

Create session-based visitor tracking ID (#1648) #1362

Create session-based visitor tracking ID (#1648)

Create session-based visitor tracking ID (#1648) #1362

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