Skip to content

Commit

Permalink
git lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
searscr committed Sep 29, 2023
1 parent 8af12e2 commit c9f093c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Test with pytest
run: |
git submodule add https://code.ornl.gov/sns-hfir-scse/infrastructure/test-data/liquidsreflectometer-data.git tests/data/liquidsreflectometer-data
git -C tests/data/liquidsreflectometer-data/ lfs install
git -C tests/data/liquidsreflectometer-data/ pull
git submodule update
ls -al tests/data/liquidsreflectometer-data/nexus/
python -m pytest --cov=reduction --cov=scripts --cov-report=xml --cov-report=term
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit c9f093c

Please sign in to comment.