mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
fix
This commit is contained in:
parent
b595403796
commit
1d38f8aa2a
@ -78,7 +78,6 @@ jobs:
|
||||
- 'cloud-runner-end2end-locking'
|
||||
- 'cloud-runner-end2end-caching'
|
||||
- 'cloud-runner-end2end-retaining'
|
||||
- 'cloud-runner-environment'
|
||||
- 'cloud-runner-remote-client'
|
||||
steps:
|
||||
- name: Checkout (default)
|
||||
@ -164,6 +163,8 @@ jobs:
|
||||
name: AWS Tests
|
||||
if: github.event.event_type != 'pull_request_target'
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- k8sTests
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -92,7 +92,6 @@ commands: echo "test"`;
|
||||
unityVersion: UnityVersioning.determineUnityVersion('test-project', UnityVersioning.read('test-project')),
|
||||
targetPlatform: 'StandaloneLinux64',
|
||||
cacheKey: `test-case-${uuidv4()}`,
|
||||
image: 'ubuntu',
|
||||
containerHookFiles: `my-test-step-pre-build,my-test-step-post-build`,
|
||||
commandHookFiles: `my-test-hook-pre-build,my-test-hook-post-build`,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user