Skip to content

gh/actions unit test workflows #10

gh/actions unit test workflows

gh/actions unit test workflows #10

name: "Run FAST unit tests on specified EC2"
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- "main"
- "release-**"
jobs:
unit-fast:

Check failure on line 12 in .github/workflows/unit-nvidia-fast-l40s-x4.yaml

View workflow run for this annotation

GitHub Actions / Run FAST unit tests on specified EC2

Invalid workflow file

The workflow is not valid. .github/workflows/unit-nvidia-fast-l40s-x4.yaml (Line: 12, Col: 3): Error calling workflow 'instructlab/training/.github/workflows/unit-nvidia-reusable.yaml@29264fc02bed8577d3495811a40d547abcc5a273'. The nested job 'run-unit-tests' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: "./.github/workflows/unit-nvidia-reusable.yaml"
with:
ec2_runner_variant: "g6e.12xlarge"
pytest_mark: "fast"