From 028244b591fbeb76a8af0b0319a2b48d23622780 Mon Sep 17 00:00:00 2001 From: William Edwards Date: Fri, 26 Jan 2024 21:46:48 -0800 Subject: [PATCH] chore(CI): run tests in Godot v4.2.1 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b53a711b..ef417e37 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,4 +14,4 @@ jobs: steps: - uses: actions/checkout@v3 - run: | - make in-docker TARGET='import test GAMESCOPE_CMD=' + make in-docker IMAGE_TAG=4.2.1 TARGET='import test GAMESCOPE_CMD='