diff --git a/game-ci/steps/my-test-step-post-build.yaml b/game-ci/steps/my-test-step-post-build.yaml index b527e3bc..496a1fb4 100644 --- a/game-ci/steps/my-test-step-post-build.yaml +++ b/game-ci/steps/my-test-step-post-build.yaml @@ -1,3 +1,3 @@ hook: after commands: | - echo "after-build step test!" \ No newline at end of file + echo "after-build step test!" diff --git a/game-ci/steps/my-test-step-pre-build.yaml b/game-ci/steps/my-test-step-pre-build.yaml index 5b7e407a..323a9265 100644 --- a/game-ci/steps/my-test-step-pre-build.yaml +++ b/game-ci/steps/my-test-step-pre-build.yaml @@ -1,3 +1,3 @@ hook: before commands: | - echo "before-build step test!" \ No newline at end of file + echo "before-build step test!"