Skip to content

ci: add test workflow, update scripts #3

ci: add test workflow, update scripts

ci: add test workflow, update scripts #3

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: Run tests
uses: coactions/setup-xvfb@v1
with:
options: :99.0
run: |
script/test_env.sh
cargo test