From 2b1a34141a6fad9e1bb96f60f4b81141f342bf1e Mon Sep 17 00:00:00 2001 From: voluntas Date: Tue, 3 Sep 2024 23:06:46 +0900 Subject: [PATCH] =?UTF-8?q?=E7=A2=BA=E8=AA=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 63d49a97..43bda4d9 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -40,5 +40,6 @@ jobs: working-directory: ./test - run: | sudo modprobe v4l2loopback devices=1 video_nr=0 exclusive_caps=1 card_label='VCamera' + ls -l /dev/video0 rye run pytest test_momo.py -s working-directory: ./test \ No newline at end of file