Skip to content

Correct yaml

Correct yaml #416

Workflow file for this run

name: Acceptance tests
on:
pull_request:
branch: [ 'main' ]
jobs:
cpu_tests:
strategy:
matrix:
toolchain: [tests_toolchain.cmake, tests_release_toolchain.cmake, tests_release_omp_toolchain.cmake]
name: CPU Test (${{ matrix.toolchain }})
uses: ./github/workflows/cpu_tests.yml

Check failure on line 13 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
toolchain: ${{ matrix.toolchain }}
merge_target: ${{ github.event.pull_request.base.ref }}
gpu_tests:
name: GPU Test (${{ matrix.toolchain }})
uses: ./github/workflows/gpu_tests.yml
with:
toolchain: ./toolchains/v100.persee/toolchain.cmake
merge_target: ${{ github.event.pull_request.base.ref }}
resource_conservation:
needs: [cpu_tests, gpu_tests]
if: failure()
steps:
- name: Resource conservation
run:
gh pr ready ${{ github.event.pull_request.number }} --undo