Skip to content

[CSR-0] chore: Bump pretty-ms from 7.0.1 to 9.2.0 in /packages/cmd #486

[CSR-0] chore: Bump pretty-ms from 7.0.1 to 9.2.0 in /packages/cmd

[CSR-0] chore: Bump pretty-ms from 7.0.1 to 9.2.0 in /packages/cmd #486

Workflow file for this run

name: unit-tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
currentsUnitTests:
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
name: 'Unit Tests'
runs-on: ubuntu-22.04
container: mcr.microsoft.com/playwright:v1.28.1-focal
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- name: Install dependencies
run: |
npm ci
- name: Run Tests
working-directory: ./packages/cmd
run: |
npm run test