File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 # Set env
2323 - name : Set env UNITY_LICENSE_FILE
24- run : echo ::set-env name= UNITY_LICENSE_FILE:: UnityLicense/${{ matrix.unityVersion }}.ulf
24+ run : echo " UNITY_LICENSE_FILE= UnityLicense/${{ matrix.unityVersion }}.ulf" >> $GITHUB_ENV
2525
2626 # Checkout Empty Project
2727 - name : Checkout Empty Project
@@ -37,17 +37,17 @@ jobs:
3737 path : Packages/MyPlugin
3838
3939 # Cache
40- - uses : actions/cache@v1.1.0
40+ - uses : actions/cache@v2
4141 with :
4242 path : Library
4343 key : Library
4444
4545 # Test
4646 - name : Run tests
47- uses : webbertakken/unity-test-runner@v1.6
47+ uses : webbertakken/unity-test-runner@v1.7
4848 id : tests
4949 with :
50- customParameters : ' -nographics'
50+ customParameters : " -nographics"
5151 unityVersion : ${{ matrix.unityVersion }}
5252
5353 # # Build
6868 # name: Upload build
6969 # with:
7070 # name: Build
71- # path: build
71+ # path: build
You can’t perform that action at this time.
0 commit comments