Skip to content

Commit

Permalink
TRY CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Sep 28, 2024
1 parent 99fd8db commit a01edaf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test_with_v4l2loopback.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test webrtc thread leak

on: [push, pull_request]

jobs:
test-with-v4l2loopback:
runs-on: rpi3
env:
DEBIAN_FRONTEND: noninteractive

steps:
- run: |
ls -lah /dev/video*

0 comments on commit a01edaf

Please sign in to comment.