Skip to content

Commit

Permalink
Update runners with ASSET_DIR to pick up canned video for encoder tests
Browse files Browse the repository at this point in the history
Stops us being at the mercy of the random darkness in the server room.

Signed-off-by: David Plowman <[email protected]>
  • Loading branch information
davidplowman committed Oct 17, 2024
1 parent adbfaa7 commit aef24f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
clean: true

- name: Test
run: DISPLAY=:0 PYTHONPATH=/home/pi/_work/picamera2/picamera2:/home/pi/libcamera/build/src/py:/home/pi/kmsxx/build/py:/home/pi/python-v4l2 python3 ${{github.workspace}}/tools/run_tests.py -p ${{github.workspace}}
run: DISPLAY=:0 ASSET_DIR=/home/pi/assets PYTHONPATH=/home/pi/_work/picamera2/picamera2:/home/pi/libcamera/build/src/py:/home/pi/kmsxx/build/py:/home/pi/python-v4l2 python3 ${{github.workspace}}/tools/run_tests.py -p ${{github.workspace}}
timeout-minutes: 30

0 comments on commit aef24f7

Please sign in to comment.