diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f566b7c3..af4442ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,7 @@ jobs: - KISS_PROJECT=pdf-salad - KISS_PROJECT=leet-code - KISS_PROJECT=sched + - KISS_PROJECT=godot-squash-the-creeps-3d fail-fast: true runs-on: ${{ matrix.os }} env: diff --git a/projects/godot-squash-the-creeps-3d/test.sh b/projects/godot-squash-the-creeps-3d/test.sh new file mode 100755 index 00000000..eb63083d --- /dev/null +++ b/projects/godot-squash-the-creeps-3d/test.sh @@ -0,0 +1,2 @@ +#! /bin/bash +haxe build.hxml \ No newline at end of file