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 dc31301 commit e4efca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/grabthecam-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ jobs:
- name: Test pyvidctrl
run: |
# Try to restore settings saved from grabthecam
pyvidctrl -r ./build/.pyvidctrl-vivid | grep -q "Couldn't restore value of" && exit 1 || true
pyvidctrl -r ./artifacts/.pyvidctrl-vivid | grep -q "Couldn't restore value of" && exit 1 || true
- name: Compare images
run: |
# Using RGB3 as Ground Truth
.github/scripts/compare-images.py ./build/ ./build/frame_RGB3.png
.github/scripts/compare-images.py ./artifacts/ ./artifacts/frame_RGB3.png

0 comments on commit e4efca8

Please sign in to comment.