Skip to content

Update xcamera.kv

Update xcamera.kv #31

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-20.04
env:
DISPLAY: ':99.0'
steps:
- uses: actions/checkout@v2
- run: make docker/pull
- run: make docker/build
- run: |
sudo apt install xvfb libxkbcommon-x11-0
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: make docker/run/test