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
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ jobs:
- name: Compile examples module
run: ./mvnw -B -ntp -f examples/pom.xml clean compile

- name: Run examples tests
# The examples module carries its own tests (flagship layout-snapshot
# baselines, the examples-local theme helpers, the README banner
# renderer). Run them here so a change that shifts a flagship render
# cannot land with a stale committed baseline.
run: ./mvnw -B -ntp -f examples/pom.xml test

- name: Run GenerateAllExamples
run: |
./mvnw -B -ntp -f examples/pom.xml exec:java \
Expand Down
Loading
Loading