Test variable action versions
parent
75aac428f1
commit
e9496f5ba2
|
@ -7,6 +7,10 @@ jobs:
|
||||||
buildForWebGL:
|
buildForWebGL:
|
||||||
name: Build for WebGL 🕸
|
name: Build for WebGL 🕸
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
version: [v0.1, v0.2]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Checkout repository (required to test local actions)
|
# Checkout repository (required to test local actions)
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
@ -21,7 +25,7 @@ jobs:
|
||||||
# Configure builder
|
# Configure builder
|
||||||
- name: Build project
|
- name: Build project
|
||||||
id: buildStep
|
id: buildStep
|
||||||
uses: ./
|
uses: webbertakken/unity-builder@${{ matrix.version }}
|
||||||
env:
|
env:
|
||||||
UNITY_PROJECT_PATH: test-project
|
UNITY_PROJECT_PATH: test-project
|
||||||
BUILD_NAME: TestBuild
|
BUILD_NAME: TestBuild
|
||||||
|
|
Loading…
Reference in New Issue