cleanup local pipeline, log aws formation

pull/479/head
Frostebite 2022-12-14 20:47:31 +00:00
parent 2f906f40e5
commit 65f4927691
1 changed files with 20 additions and 20 deletions

View File

@ -110,26 +110,26 @@ jobs:
#- WebGL # WebGL. #- WebGL # WebGL.
#- iOS # Build an iOS player. #- iOS # Build an iOS player.
#- Android # Build an Android .apk. #- Android # Build an Android .apk.
steps: steps:
- name: Checkout (default) - name: Checkout (default)
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
lfs: true lfs: true
- run: yarn - run: yarn
- uses: ./ - uses: ./
id: unity-build id: unity-build
timeout-minutes: 90 timeout-minutes: 90
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with: with:
cloudRunnerTests: true cloudRunnerTests: true
versioning: None versioning: None
projectPath: test-project projectPath: test-project
gitPrivateToken: ${{ secrets.GITHUB_TOKEN }} gitPrivateToken: ${{ secrets.GITHUB_TOKEN }}
targetPlatform: ${{ matrix.targetPlatform }} targetPlatform: ${{ matrix.targetPlatform }}
cloudRunnerCluster: ${{ matrix.cloudRunnerCluster }} cloudRunnerCluster: ${{ matrix.cloudRunnerCluster }}
githubChecks: true githubChecks: true
asyncCloudRunner: true asyncCloudRunner: true
localBuildTests: localBuildTests:
name: Local Build Target Tests name: Local Build Target Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest