Skip to content

Commit

Permalink
Edit Mode Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter-Hulsebos committed Sep 25, 2023
1 parent 484fcc0 commit 3801264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 0
#lfs: true
lfs: true
- name: Create LFS file list
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id

Expand All @@ -39,13 +39,13 @@ jobs:
restore-keys: Library-test-

- name: Run Unit Tests
uses: game-ci/unity-test-runner@main
uses: game-ci/unity-test-runner@v3.1.0
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
testMode: playmode
testMode: editmode
githubToken: ${{ secrets.GITHUB_TOKEN }}

buildWithLinux:
Expand Down

0 comments on commit 3801264

Please sign in to comment.