Skip to content

Commit

Permalink
Adding artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl committed Apr 22, 2024
1 parent 11769f6 commit f2dadce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ jobs:
- run: pwd
- run: ./initalize_tests.sh
- run: source raven/scripts/establish_conda_env.sh --load && ./run_tests
- name: Archive
uses: actions/upload-artifact@v3
if: always()
with:
name: tests
retention-days: 8
path: |
tests

0 comments on commit f2dadce

Please sign in to comment.