Skip to content

Tighten example test assertions with empirical bounds #703

Tighten example test assertions with empirical bounds

Tighten example test assertions with empirical bounds #703

Workflow file for this run

name: Push - AWS GPU
# This workflow triggers GPU tests for pushes to main/release branches.
# It replaces the old push_aws_gpu_tests.yml workflow.
# Uses reusable workflows:
# - aws_gpu_tests.yml
on:
push:
paths-ignore:
- "docs/**"
- "**.md"
jobs:
run-tests:
if: github.repository == 'newton-physics/newton'
uses: ./.github/workflows/aws_gpu_tests.yml
secrets: inherit
permissions:
id-token: write # Required for AWS OIDC authentication in start-runner/stop-runner
contents: read # Required for checkout in all jobs