better named tests and log local-docker params

pull/461/head
Frostebite 2022-09-21 20:13:23 +01:00
parent 481a514e8f
commit fa0bd4c908
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ describe('Cloud Runner Sync Environments', () => {
for (const element of combined) {
if (
element.value !== undefined &&
element.value !== '' &&
typeof element.value !== 'function' &&
!['UNITY_LICENSE'].includes(element.name)
) {