Skip to content

Add a basic test and ci #1

Add a basic test and ci

Add a basic test and ci #1

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: poetry
- run: poetry install
- run: |
poetry run plain compile
poetry run plain test
env:
PLAIN_DEBUG: true
PLAIN_SECRET_KEY: testing