mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Test variable action versions
This commit is contained in:
parent
75aac428f1
commit
e9496f5ba2
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -7,6 +7,10 @@ jobs:
|
||||
buildForWebGL:
|
||||
name: Build for WebGL 🕸
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: [v0.1, v0.2]
|
||||
|
||||
steps:
|
||||
# Checkout repository (required to test local actions)
|
||||
- name: Checkout repository
|
||||
@ -21,7 +25,7 @@ jobs:
|
||||
# Configure builder
|
||||
- name: Build project
|
||||
id: buildStep
|
||||
uses: ./
|
||||
uses: webbertakken/unity-builder@${{ matrix.version }}
|
||||
env:
|
||||
UNITY_PROJECT_PATH: test-project
|
||||
BUILD_NAME: TestBuild
|
||||
|
Loading…
Reference in New Issue
Block a user