Skip to content

Bump ansi-regex from 4.1.0 to 4.1.1 in /reports/jest #361

Bump ansi-regex from 4.1.0 to 4.1.1 in /reports/jest

Bump ansi-regex from 4.1.0 to 4.1.1 in /reports/jest #361

Workflow file for this run

name: 'CI'
on:
pull_request:
paths-ignore: [ '**.md' ]
push:
paths-ignore: [ '**.md' ]
branches:
- main
workflow_dispatch:
jobs:
build-test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: node --version
- run: npm ci
- run: npm run build
- run: npm run format-check
- run: npm run lint
- run: npm test
- name: Upload test results
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: test-results
path: __tests__/__results__/*.xml