From 5b88ed135f5955dce81f601faf1abc049279bfd9 Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Fri, 3 Apr 2020 08:00:17 -0500 Subject: [PATCH] more detailed steps --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4af8cd84..5a7ec81b 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,13 @@ That will generate a license file for personal. Go back to your github project create a secret called UNITY_LICENSE and paste inside the content of the license file. -Now add a job to run unity cli on your project. You will need a step to activate unity and another step to run unity with any command line argument you want. For example: +You can disable the job by adding `if: false()` or commenting it out, you only needed it to generate the license. + +Add a job to run unity cli on your project. You will need a step to activate unity and another step to run unity with any command line argument you want. For example: ```yaml -testRunnerInEditMode: +jobs: + testRunnerInEditMode: name: Test edit mode 📝 runs-on: ubuntu-latest env: