Skip to content

added may2018 torus map #114

added may2018 torus map

added may2018 torus map #114

name: Detector Tests
# Controls when the workflow will run
on:
# Triggers the workflow on all pushes
push:
pull_request:
types:
# only run workflow when a commit is pushed to a PR branch
# instead of running for all other PR events
- synchronize
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
container: jeffersonlab/gemc:dev-g4v10.7.4-fedora36-cvmfs
strategy:
fail-fast: false
matrix:
detector:
- targets
- dc
steps:
- name: Checkout
uses: actions/checkout@main
- name: Workflow Telemetry
uses: runforesight/[email protected]
- name: ${{ matrix.detector }} test
run: |
./ci/detectors_test.sh -d ${{ matrix.detector }}