taskwarrior.el/.github/workflows/test.yml

29 lines
524 B
YAML
Raw Normal View History

2019-10-22 18:03:04 +02:00
name: CI
on:
push:
paths-ignore:
- '**/*.md'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 26.1
- 26.2
- 26.3
- snapshot
steps:
- name: Set up Emacs
uses: purcell/setup-emacs@v1.0
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v1
2019-10-23 11:38:57 +02:00
- name: Install taskwarrior package
run: sudo apt-get install -y taskwarrior
- name: Run ERT test suite
run: make test