Skip to content

Commit

Permalink
Merge pull request #185 from mach3-software/feature_NameFix
Browse files Browse the repository at this point in the history
CI Folder Fix
  • Loading branch information
KSkwarczynski authored Oct 25, 2024
2 parents 210ae41 + 9c3987a commit e5d556d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CIValidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ jobs:
matrix:
include:
- name: Spline Validations
test_1: ./Apps/SplineValidations
test_1: ./CIValidations/SplineValidations
test_2: empty
test_3: empty
test_4: empty
test_5: empty
test_6: empty

- name: Covariance Validations
test_1: ./Apps/CovarianceValidations
test_2: ./Apps/MaCh3ModeValidations
test_1: ./CIValidations/CovarianceValidations
test_2: ./CIValidations/MaCh3ModeValidations
test_3: empty
test_4: empty
test_5: empty
test_6: empty

- name: Fitter Validations
test_1: ./Apps/FitterValidations
test_1: ./CIValidations/FitterValidations
test_2: ./bin/ProcessMCMC bin/TutorialDiagConfig.yaml MCMC_Test.root
test_3: ./bin/DiagMCMC MCMC_Test.root bin/TutorialDiagConfig.yaml
test_4: ./bin/RHat 10 MCMC_Test.root MCMC_Test.root MCMC_Test.root MCMC_Test.root
Expand All @@ -50,7 +50,7 @@ jobs:
#test_8: bin/PlotLLH -o MCMC_Test.root -c Inputs/PlottingConfig.yaml

- name: NuMCMC Tools Validations
test_1: ./Apps/NuMCMCvalidations.sh
test_1: ./CIValidations/NuMCMCvalidations.sh
test_2: empty
test_3: empty
test_4: empty
Expand Down

0 comments on commit e5d556d

Please sign in to comment.