mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
tests
This commit is contained in:
parent
219ae16a1e
commit
27a125244d
@ -59,7 +59,8 @@ describe('Cloud Runner Kubernetes', () => {
|
|||||||
customJob: `
|
customJob: `
|
||||||
- name: 'step 1'
|
- name: 'step 1'
|
||||||
image: 'ubuntu'
|
image: 'ubuntu'
|
||||||
commands: 'curl http://$LOG_SERVICE_IP:80''`,
|
commands: |
|
||||||
|
curl http://$LOG_SERVICE_IP:80`,
|
||||||
};
|
};
|
||||||
if (CloudRunnerOptions.providerStrategy !== `k8s`) {
|
if (CloudRunnerOptions.providerStrategy !== `k8s`) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user