Skip to content

Commit ed86001

Browse files
committed
Update main.yml
1 parent 079bc14 commit ed86001

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -68,4 +68,4 @@ jobs:
6868
# name: Upload build
6969
# with:
7070
# name: Build
71-
# path: build
71+
# path: build

0 commit comments

Comments
 (0)