Skip to content

gh/actions unit test workflows #22

gh/actions unit test workflows

gh/actions unit test workflows #22

name: "Run FAST unit tests on specified EC2"
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- "main"
- "release-**"
jobs:
unit-fast:
uses: "./.github/workflows/unit-nvidia-reusable.yaml"
with:
ec2_runner_variant: "g6e.12xlarge"
ec2_runner_region: "us-west2"
pytest_mark: "fast"
secrets: inherit