gittuf/demo

Test All Demos in CI

Open

#66 opened on Mar 26, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (11 forks)auto 404
good first issue

Repository metrics

Stars
 (11 stars)
PR merge metrics
 (PR metrics pending)

Description

The current demo CI just tests the main demo. We should test the other demo that we currently have (multi-repo functionality) and also ensure that it's easy to support new demos as we add them.

The updated CI should run each demo as its own job/parallelize demo running, and, if possible, only run on the demo files that were actually changed.

Contributor guide