Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Sep 29, 2023
1 parent 77f73f6 commit 991dc4c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 2020.3.48f1
- 2021.3.29f1
- 2022.3.7f1
- 2023.1.0f1
- 2023.1.15f1

steps:
#Test Checkout
Expand Down Expand Up @@ -62,20 +62,26 @@ jobs:
builds:
name: Build-${{ matrix.targetPlatform }}-${{ matrix.unityVersion }}
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
targetPlatform:
- StandaloneWindows
- WebGL
#- WebGL
unityVersion:
- 2019.3.15f1
- 2019.4.40f1
- 2020.3.48f1
- 2021.3.29f1
- 2022.3.7f1
- 2023.1.0f1
include:
- targetPlatform: WebGL
unityVersion: 2019.3.15f1
- targetPlatform: WebGL
unityVersion: 2023.1.15f1


steps:
#Build Checkout
Expand Down

0 comments on commit 991dc4c

Please sign in to comment.