Skip to content

Commit

Permalink
more detailed steps
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Apr 3, 2020
1 parent 40ffff3 commit 5b88ed1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5b88ed1

Please sign in to comment.