Skip to content

feat: add long breaks and pausing/resuming #37

feat: add long breaks and pausing/resuming

feat: add long breaks and pausing/resuming #37

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"