Skip to content

Commit

Permalink
fixup! ci_runner: Add test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoscik committed Jan 21, 2024
1 parent db5466e commit 79997a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/grabthecam-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,9 @@ jobs:
- name: Test pyvidctrl
run: |
# Try to restore settings saved from grabthecam
ls -lah
find .
pyvidctrl -r ./artifacts/.pyvidctrl-vivid | grep -q "Couldn't restore value of" && exit 1 || true
- name: Compare images
run: |
# Using RGB3 as Ground Truth
ls -lah
find .
.github/scripts/compare-images.py ./artifacts/ ./artifacts/frame_RGB3.png
.github/scripts/compare-images.py ./artifacts/frames ./artifacts/frames/frame_RGB3.png

0 comments on commit 79997a8

Please sign in to comment.