From 5bf6dc3d94ee8568b1cd1676a6d61ef5a97159c9 Mon Sep 17 00:00:00 2001 From: Jim Graszer Date: Mon, 20 Jul 2026 14:39:22 -0500 Subject: [PATCH] Updates to server ALKiln testing. --- .github/workflows/github_server.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_server.yml b/.github/workflows/github_server.yml index 2adafc0..6ba73d3 100644 --- a/.github/workflows/github_server.yml +++ b/.github/workflows/github_server.yml @@ -47,8 +47,10 @@ jobs: #### suffolkLITLab/ALKiln/action_for_github_server@v5 uses: suffolkLITLab/ALKiln/action_for_github_server@v5 with: - # CONFIG_CONTENTS: "${{ secrets.CONFIG_CONTENTS }}" - SHOW_DOCKER_OUTPUT: "${{ github.event.inputs.show_docker_output }}" + SHOW_DOCKER_OUTPUT: "${{ inputs.show_docker_output || false }}" + CONFIG_CONTENTS: "${{ secrets.CONFIG_CONTENTS }}" + DOCASSEMBLECLI_VERSION: "0.0.25" + DOCASSEMBLE_IMAGE: "ghcr.io/suffolklitlab/docassemble:latest" #### Developer note: Set this to True to show docker logs and #### allow ALKiln to create the docker logs output artifact. - run: echo "ALKiln finished starting the isolated GitHub docassemble server" @@ -128,6 +130,7 @@ jobs: SERVER_URL: "${{ steps.github_server.outputs.SERVER_URL }}" DOCASSEMBLE_DEVELOPER_API_KEY: "${{ steps.github_server.outputs.DOCASSEMBLE_DEVELOPER_API_KEY }}" INSTALL_METHOD: "server" + ALKILN_TAG_EXPRESSION: "${{ inputs.tags || '' }}" #### Developer note: Useful for temporarily shortening ALKiln tests #### to debug the docker install step # ALKILN_TAG_EXPRESSION: "@1"