From 3f10226f4432c0b7d3dbc731b34717dd6c6927cc Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 11 Jan 2020 00:40:55 +0100 Subject: [PATCH] Revert back to ECS test-project --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index afb9a0fa..ff1e6fd3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: projectPath: - - simple-test-project + - test-project unityVersion: - 2019.2.11f1 # - 2019.3.0f1 # requires different license file/method @@ -27,11 +27,11 @@ jobs: - iOS # Build an iOS player. # - Android # Build an Android .apk standalone app. - WebGL # WebGL. - # - WSAPlayer # Build an Windows Store Apps player. - # - PS4 # Build a PS4 Standalone. - # - XboxOne # Build a Xbox One Standalone. - # - tvOS # Build to Apple's tvOS platform. - # - Switch # Build a Nintendo Switch player. + # - WSAPlayer # Build an Windows Store Apps player. + # - PS4 # Build a PS4 Standalone. + # - XboxOne # Build a Xbox One Standalone. + # - tvOS # Build to Apple's tvOS platform. + # - Switch # Build a Nintendo Switch player. steps: - uses: actions/checkout@v1