From 1a6e099e64830518c0965e28c710d07a2ddf52d8 Mon Sep 17 00:00:00 2001 From: Bryce Willey Date: Tue, 5 May 2026 09:56:52 -0400 Subject: [PATCH] Update ALKiln action to use docassemble image parameter Currently necessary because docassemble's latest version (1.10.0) changes a lot of stuff internally and our libraries (AssemblyLine, ALToolbox) don't work with it. We aren't targeting it for a bit, and don't want kiln tests to be failing that whole time. --- .github/workflows/run_form_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_form_tests.yml b/.github/workflows/run_form_tests.yml index 043de7f0..f9eeefe4 100644 --- a/.github/workflows/run_form_tests.yml +++ b/.github/workflows/run_form_tests.yml @@ -40,6 +40,7 @@ jobs: with: SHOW_DOCKER_OUTPUT: "${{ github.event.inputs.show_docker_output }}" DOCASSEMBLECLI_VERSION: "0.0.25" + DOCASSEMBLE_IMAGE: "ghcr.io/suffolklitlab/docassemble:latest" - run: echo "ALKiln finished starting the isolated GitHub docassemble server" shell: bash - name: Use ALKiln to run tests