Skip to content

Commit 0dbe526

Browse files
committed
Disable fail-fast in unity-tests.yml and remove Visual Studio IDE dependency from manifest.json
1 parent 313056d commit 0dbe526

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/unity-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: ${{ matrix.unityVersion }} ${{ matrix.testMode }}
1414
runs-on: ubuntu-latest
1515
strategy:
16-
fail-fast: true
16+
fail-fast: false
1717
matrix:
1818
projectPath:
1919
- './'

Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"com.cysharp.unitask": "2.5.10",
4-
"com.unity.ide.visualstudio": "1.0.11",
54
"com.unity.test-framework": "1.1.33",
65
"com.unity.ugui": "1.0.0",
76
"com.unity.modules.animation": "1.0.0",

0 commit comments

Comments
 (0)