From a4602ba9b78b6a79b27a71c15422c22ee9f18c2e Mon Sep 17 00:00:00 2001 From: "sur.la.route" <17788706+christopherpickering@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:59:54 -0600 Subject: [PATCH] Update demo.yml --- .github/workflows/demo.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 1e23287..738e6ed 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -9,7 +9,7 @@ jobs: demo: strategy: matrix: - tool: [django, wagtail] + tool: [django, wagtail, pallets, apostrophe, bolt] include: - tool: django repo: https://github.com/django/django @@ -17,6 +17,15 @@ jobs: - tool: wagtail repo: https://github.com/wagtail/wagtail profile: django + - tool: pallets + repo: https://github.com/pallets/website + profile: jinja + - tool: apostrophe + repo: https://github.com/apostrophecms/apostrophe + profile: nunjucks + - tool: bolt + repo: https://github.com/bolt/core + profile: nunjucks name: format runs-on: ubuntu-latest steps: