Skip to content

feat(POM-426): improve telemetry payload and error messages #929

feat(POM-426): improve telemetry payload and error messages

feat(POM-426): improve telemetry payload and error messages #929

Workflow file for this run

name: 'Test'
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- 'master'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run-tests:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Bootstrap Project
uses: ./.github/actions/bootstrap-project
with:
test-project-constants: ${{ secrets.TEST_PROJECT_CONSTANTS }}
- name: Run Unit Tests
run: source Scripts/Test.sh