Skip to content

Support configure site url #21

Support configure site url

Support configure site url #21

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pytest
- name: Running Test-Suite on Linux
run: |
pytest tests/testCommon.py