mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
move container up to job
This commit is contained in:
parent
3da11f68f6
commit
fe5c3d3820
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -12,6 +12,8 @@ jobs:
|
||||
matrix:
|
||||
version: [2019.2.11f1, 2018.4.13f1]
|
||||
target: [webgl, android]
|
||||
container:
|
||||
options: --build-arg IMAGE_TARGET_ARG=a_value
|
||||
steps:
|
||||
# Checkout repository (required to test local actions)
|
||||
- name: Checkout repository
|
||||
@ -26,8 +28,6 @@ jobs:
|
||||
# Configure builder
|
||||
- name: Build project
|
||||
id: buildStep
|
||||
container:
|
||||
options: --build-arg IMAGE_TARGET_ARG=a_value
|
||||
uses: ./
|
||||
env:
|
||||
IMAGE_VERSION: ${{ matrix.version }}
|
||||
|
Loading…
Reference in New Issue
Block a user