Skip to content

Commit

Permalink
add testMode
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Aug 22, 2023
1 parent 4693fc2 commit f41034e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ on: [push, pull_request, workflow_dispatch]
jobs:

Builds:
name: Build-${{ matrix.targetPlatform }}-${{ matrix.unityVersion }}
name: ${{ matrix.targetPlatform }}-${{ matrix.unityVersion }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
testMode:
#- playmode
- editmode
targetPlatform:
- StandaloneWindows
#- WebGL
Expand Down

0 comments on commit f41034e

Please sign in to comment.