Skip to content

[DO NOT MERGE] feat: Support runtime metrics #605

[DO NOT MERGE] feat: Support runtime metrics

[DO NOT MERGE] feat: Support runtime metrics #605

Workflow file for this run

# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT
name: PR Build
on:
workflow_dispatch:
pull_request:
branches:
- main*
types:
- opened
- synchronize
- reopened
- ready_for_review
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
unit-test:
name: Run Unit Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Unit Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
verbose: true