Skip to content

Handle Unhandled events with global errors (#1488) #554

Handle Unhandled events with global errors (#1488)

Handle Unhandled events with global errors (#1488) #554

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'website/**'
- '.github/**'
- '.vscode/**'
- 'packages/**/.vscode/**'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- 'website/**'
- '.github/**'
- '.vscode/**'
- 'packages/**/.vscode/**'
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build
- name: Unit tests
uses: ./.github/actions/call-rush
with:
command: test -v