com.unity.uiextensions/.github/workflows/buildupmpackages.yml

29 lines
716 B
YAML
Raw Normal View History

2023-01-29 18:12:08 +08:00
name: Build and test UPM packages for platforms on all available Unity Versions
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
Run-Unit-Tests:
name: Run Unity Unit Tests
2023-01-29 23:54:02 +08:00
uses: ./.github/workflows/rununitybuildmultiversion.yml
# Update the package release version
Update-Version:
name: Update Package Version
uses: ./.github/workflows/tagrelease.yml
2023-01-03 21:45:10 +08:00
with:
build-target: windows
secrets: inherit