Skip to content

Add an argument for add_test_with_env not to have to repeat the test names #543

Add an argument for add_test_with_env not to have to repeat the test names

Add an argument for add_test_with_env not to have to repeat the test names #543

# Do not edit this file, it will be overwritten!
# The template file can be found in
# https://github.com/key4hep/key4hep-actions/blob/main/workflows/downstream-build.yaml
name: downstream-build
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
downstream-build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: key4hep/key4hep-actions/downstream-build@main