mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
skip test.audio.RecordingDevice on CI
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
|
||||
-- RecordingDevice (love.audio.getRecordingDevices)
|
||||
love.test.audio.RecordingDevice = function(test)
|
||||
if GITHUB_RUNNER == true then
|
||||
return test:skipTest('cant emulate recording devices in CI')
|
||||
end
|
||||
-- check devices first
|
||||
local devices = love.audio.getRecordingDevices()
|
||||
if #devices == 0 then
|
||||
|
||||
Reference in New Issue
Block a user