self hosted runner pipeline

pull/387/head
Frostebite 2022-04-17 01:49:25 +01:00
parent d0eda30185
commit 6daab9d8b3
1 changed files with 2 additions and 4 deletions

View File

@ -68,16 +68,14 @@ jobs:
boot-game-ci-cloud-runner:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
with:
lfs: false
fetch-depth: 0
- name: Unity - Builder
id: aws-fargate-unity-build
# You may pin to the exact commit or the version.
# uses: game-ci/unity-builder@3d0eb0805bbe2df90e319abbe42e41d0b9105625
uses: game-ci/unity-builder@cloud-runner-develop
with:
branch: ${{ GITHUB_REF }}
GITHUB_SHA: ${{ GITHUB_SHA }}
cloudRunnerCluster: aws
allowDirtyBuild: true
cloudRunnerMemory: 8192