Skip to content

chore: clean up conditionals #75

chore: clean up conditionals

chore: clean up conditionals #75

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"