Skip to content

Commit 3f10226

Browse files
committed
Revert back to ECS test-project
1 parent 09ccac7 commit 3f10226

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
projectPath:
18-
- simple-test-project
18+
- test-project
1919
unityVersion:
2020
- 2019.2.11f1
2121
# - 2019.3.0f1 # requires different license file/method
@@ -27,11 +27,11 @@ jobs:
2727
- iOS # Build an iOS player.
2828
# - Android # Build an Android .apk standalone app.
2929
- WebGL # WebGL.
30-
# - WSAPlayer # Build an Windows Store Apps player.
31-
# - PS4 # Build a PS4 Standalone.
32-
# - XboxOne # Build a Xbox One Standalone.
33-
# - tvOS # Build to Apple's tvOS platform.
34-
# - Switch # Build a Nintendo Switch player.
30+
# - WSAPlayer # Build an Windows Store Apps player.
31+
# - PS4 # Build a PS4 Standalone.
32+
# - XboxOne # Build a Xbox One Standalone.
33+
# - tvOS # Build to Apple's tvOS platform.
34+
# - Switch # Build a Nintendo Switch player.
3535

3636
steps:
3737
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)