Skip to content

Commit e2e8a7b

Browse files
committed
Updated test workflow
1 parent d6d0716 commit e2e8a7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yaml renamed to .github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test-package:
7-
name: build the project
7+
name: Test the package
88
runs-on: ubuntu-latest
99
steps:
1010

@@ -30,4 +30,5 @@ jobs:
3030
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
3131
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
3232
with:
33-
githubToken: ${{ secrets.GITHUB_TOKEN }}
33+
githubToken: ${{ secrets.GITHUB_TOKEN }}
34+
unityVersion: 6000

0 commit comments

Comments
 (0)