WIP
Some checks failed
/ test (push) Failing after 2s

This commit is contained in:
Christopher Baines 2025-06-24 12:32:16 +02:00
parent 135885e59c
commit eff1ed4aa5

View file

@ -6,5 +6,8 @@ jobs:
test:
runs-on: host
steps:
- run: git clone https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git
- run: guix shell guile-documenta -- documenta api knots
- run: |
git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git knots-trunk
git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git --branch=pages knots-pages
cd knots-trunk
guix shell guile-documenta -- documenta api knots