skip test.audio.RecordingDevice on CI

This commit is contained in:
ell
2023-11-15 09:06:16 +00:00
parent 357b005e53
commit af4c50a4ce
2 changed files with 10 additions and 7 deletions
+3
View File
@@ -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