Skip to content

馃悰 Fix Clockify daily time-entry range #412

馃悰 Fix Clockify daily time-entry range

馃悰 Fix Clockify daily time-entry range #412

Workflow file for this run

name: Test CI
on:
push:
branches-ignore:
- master
jobs:
release:
name: Build and test
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Setup Node.js
uses: actions/setup-node@v7.0.0
with:
node-version: 14
- name: Install dependencies
run: npm ci
- name: Build TypeScript
run: npm run build
- name: Run tests
run: npm run test