Copy cloud runner cache into github workspace directory
parent
8a6bf7d142
commit
361374865a
|
|
@ -37,7 +37,7 @@ describe('Cloud Runner Sync Environments', () => {
|
||||||
unityVersion: UnityVersioning.read('test-project'),
|
unityVersion: UnityVersioning.read('test-project'),
|
||||||
customJob: `
|
customJob: `
|
||||||
- name: 'step 1'
|
- name: 'step 1'
|
||||||
image: 'alpine'
|
image: 'ubuntu'
|
||||||
commands: 'printenv'
|
commands: 'printenv'
|
||||||
secrets:
|
secrets:
|
||||||
- name: '${testSecretName}'
|
- name: '${testSecretName}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue