diff --git a/examples/face.jpg b/.github/examples/face.jpg similarity index 100% rename from examples/face.jpg rename to .github/examples/face.jpg diff --git a/examples/snapshot.mp4 b/.github/examples/snapshot.mp4 similarity index 73% rename from examples/snapshot.mp4 rename to .github/examples/snapshot.mp4 index 5aca6ba..e79acc0 100644 Binary files a/examples/snapshot.mp4 and b/.github/examples/snapshot.mp4 differ diff --git a/examples/target.mp4 b/.github/examples/target.mp4 similarity index 100% rename from examples/target.mp4 rename to .github/examples/target.mp4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0303a84..2cb7fc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,5 +28,5 @@ jobs: - run: pip install -r requirements.txt - run: pip install gdown - run: gdown 14JzEMo8ScLinvBkl7QEvYvFEi7EBXNAt - - run: ./run.py -f=examples/face.jpg -t=examples/target.mp4 -o=examples/output.mp4 - - run: diff examples/snapshot.mp4 examples/output.mp4 || exit 1 \ No newline at end of file + - run: ./run.py -f=.github/examples/face.jpg -t=.github/examples/target.mp4 -o=.github/examples/output.mp4 + - run: diff .github/examples/snapshot.mp4 .github/examples/output.mp4 || exit 1 \ No newline at end of file