2023-01-29 18:12:08 +08:00
|
|
|
name: Build and test UPM packages for platforms on all available Unity Versions
|
2023-01-03 21:41:52 +08:00
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
branches-ignore:
|
|
|
|
- 'release'
|
|
|
|
# Ignore PRs targetting main
|
|
|
|
|
|
|
|
# Allows you to run this workflow manually from the Actions tab
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.ref }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
2023-01-29 18:12:08 +08:00
|
|
|
# Run Unity multi-version build unit tests defined in the package
|
2023-01-03 21:41:52 +08:00
|
|
|
Run-Unit-Tests:
|
|
|
|
name: Run Unity Unit Tests
|
2023-01-29 18:12:08 +08:00
|
|
|
uses: ./.github/workflows/rununitybuildmultiversion.yml
|