diff --git a/test/momo.py b/test/momo.py index 25c5a292..a0c3464a 100644 --- a/test/momo.py +++ b/test/momo.py @@ -42,6 +42,9 @@ def run_app(self): self.mode, "--port", str(self.port), + "--video-device", + # これは GitHub Actions 用 + "VCamera", ] try: self.process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)