Skip to content

Update packages, remove 404.html #3

Update packages, remove 404.html

Update packages, remove 404.html #3

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