Skip to content

Tests, more logging, fix 3.9 support #11

Tests, more logging, fix 3.9 support

Tests, more logging, fix 3.9 support #11

Workflow file for this run

name: Unit tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
jobs:
tests:
name: Unit tests on Cloud
strategy:
matrix:
python-version: ["3.9", "3.12"]
environment: ["cloud"]
uses: ./.github/workflows/action-test.yml
with:
python-version: ${{ matrix.python-version }}
environment: ${{ matrix.environment }}
secrets:
NOCO_URL: ${{ secrets.NOCO_URL }}
NOCO_API_KEY: ${{ secrets.NOCO_API_KEY }}
NOCO_BASE_ID: ${{ secrets.NOCO_BASE_ID }}