diff --git a/game-ci/hooks/my-test-hook-post-build.yaml b/game-ci/hooks/my-test-hook-post-build.yaml index 21a000b1..dfe5a16b 100644 --- a/game-ci/hooks/my-test-hook-post-build.yaml +++ b/game-ci/hooks/my-test-hook-post-build.yaml @@ -1,3 +1,3 @@ hook: post-build run: | - post-build test! \ No newline at end of file + post-build test! diff --git a/game-ci/hooks/my-test-hook-pre-build.yaml b/game-ci/hooks/my-test-hook-pre-build.yaml index 6405d023..4637e9ce 100644 --- a/game-ci/hooks/my-test-hook-pre-build.yaml +++ b/game-ci/hooks/my-test-hook-pre-build.yaml @@ -1,3 +1,3 @@ hook: pre-build run: | - pre-build test! \ No newline at end of file + pre-build test!