mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-30 11:40:48 +00:00
Improve warning message for missing ImageOS env. variable (self-hosted runners) (#59)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user