Skip to content

[CICD] add metax config and tests #2

[CICD] add metax config and tests

[CICD] add metax config and tests #2

name: All Tests CUDA
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
cuda-tests:
uses: ./.github/workflows/all_tests_common.yml

Check failure on line 11 in .github/workflows/all_tests_cuda.yml

View workflow run for this annotation

GitHub Actions / All Tests CUDA

Invalid workflow file

The workflow is not valid. .github/workflows/all_tests_cuda.yml (Line: 11, Col: 11): Input platform is required, but not provided while calling. .github/workflows/all_tests_cuda.yml (Line: 13, Col: 24): Invalid input, hardware_config is not defined in the referenced workflow.
with:
hardware_config: '../configs/cuda.yml'
test_type: 'all'