Skip to content

Merge branch 'feat/long-break' of https://github.com/olimorris/tmux-p… #70

Merge branch 'feat/long-break' of https://github.com/olimorris/tmux-p…

Merge branch 'feat/long-break' of https://github.com/olimorris/tmux-p… #70

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
uses: sudo-bot/action-shunit2@latest
with:
cli: "./tests/pomodoro_test.sh"