Skip to content

Commit

Permalink
Update pr_validation.yml too
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 17, 2024
1 parent 5ea12c5 commit 6e06339
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ jobs:
fetch-depth: 0

- name: Compile and Install ldmx-sw
uses: ./.github/actions/setup
uses: extractions/setup-just@v2
with:
just-version: 1.26.0
run: |
just install-denv init configure-force-error
just build
shell: bash

- name: Git Gold Histograms from trunk
run: git checkout origin/trunk -- .github/validation_samples/*/gold.root .github/actions/validate/gold_label
Expand Down

0 comments on commit 6e06339

Please sign in to comment.