Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,15 @@ monitor-pipeline BUILD_RUN_ID="":
[group('dev')]
validate:
just check-publish-workflow
just test-render-card
just bst show --deps all oci/bluefin.bst
just bst show --deps all oci/bluefin-nvidia.bst

# Unit tests for .github/scripts/render_card.py.
[group('dev')]
test-render-card:
python3 -m unittest scripts.test_render_card

# Verify the local freedesktop-sdk patch queue matches its committed
# manifest, offline. The manifest is written by `just patch-sync` (the only
# step that contacts gitlab.gnome.org), so validate never depends on
Expand Down
Loading
Loading