feat: publish isolated site artifacts
Test / test (pull_request) Successful in 5s

This commit is contained in:
Evelyn Chen
2026-08-29 21:28:28 +00:00
parent f1f780f5a3
commit 7aca96e320
10 changed files with 1032 additions and 109 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: fritzlab
steps:
- uses: actions/checkout@v4
- name: Install test dependencies
run: python3 -m pip install --quiet --break-system-packages jinja2 pyyaml
- name: Run tests
run: python3 -m unittest discover -s tests -v