Skip to content

Commit

Permalink
Update generate_pr_gold.yml with git lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami authored Jan 23, 2025
1 parent 307823c commit cffd659
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/generate_pr_gold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
just-version: 1.26.0



- name: Compile and Install ldmx-sw
run: |
just install-denv init configure-force-error
Expand Down Expand Up @@ -81,6 +83,9 @@ jobs:
needs: [generation]
runs-on: ubuntu-latest
steps:
- name: Install Git LFS
run: git lfs install

- name: Checkout ldmx-sw
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -119,6 +124,9 @@ jobs:
mv ${sample_d}/hist.root .github/validation_samples/${sample}/gold.root
mv ${sample_d}/output.log .github/validation_samples/${sample}/gold.log
done
git lfs track ".github/validation_samples/*/gold.log"
git lfs track ".github/validation_samples/*/gold.root"
git add .gitattributes
git add .github/validation_samples/*/gold.*
end_group
start_group Set Outputs
Expand Down

0 comments on commit cffd659

Please sign in to comment.