From 920b8a1f432d13dbc5a49945e2c7cfdc858d0505 Mon Sep 17 00:00:00 2001 From: Dylan Anthony <43723790+dbanty@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:35:28 -0700 Subject: [PATCH] ci: Don't rely on project's own knope.toml when testing old versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We're using features that are too new / don't validate 😬 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33cf5c3..a1d4f6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,7 @@ jobs: version: 0.16.2 - name: Test Knope run: knope --help + working-directory: /tmp - name: Verify no artifacts in path run: git status pass-a-token: