Improve warning message for missing ImageOS env. variable (self-hosted runners) (#59)

This commit is contained in:
Paulo F. Oliveira
2021-07-12 18:35:08 +01:00
committed by GitHub
parent 830642517c
commit 9283f857f1
5 changed files with 70 additions and 7 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ async function testOTPVersions() {
spec = '23.2.x'
osVersion = 'windows-2016'
expected = '23.2.7.4'
expected = '23.2.7'
got = await setupBeam.getOTPVersion(spec, osVersion)
assert.deepStrictEqual(got, expected)