Skip to content

updated tag for 5.8 #110

updated tag for 5.8

updated tag for 5.8 #110

Workflow file for this run

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-fedora36
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 }}