Skip to content

Commit

Permalink
chore: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed May 23, 2024
1 parent 01e08ee commit b3a4951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
push:
branches:
- develop
- develop_v5
tags:
- "!*"
paths-ignore:
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
needs: setup
strategy:
fail-fast: false
max-parallel: 4
matrix:
unityVersion: ${{ fromJson(needs.setup.outputs.unityVersions) }}
steps:
Expand Down

0 comments on commit b3a4951

Please sign in to comment.