Skip to content

ci: add test workflow #1

ci: add test workflow

ci: add test workflow #1

Workflow file for this run

---
name: 'test'
on:
push:
branches:
- refactor/wm_properties
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install test dependencies
run: sudo apt-get install -y i3-wm gcc gpick xterm
- name: Setup test environment
uses: coactions/setup-xvfb@v1
with:
run: script/setup.sh
options: :99.0
- name: Run tests
run: cargo test