Skip to content

Add a function to update the job timestamp #103

Add a function to update the job timestamp

Add a function to update the job timestamp #103

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test