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 29, 2024
1 parent ff9f4b4 commit 483efbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ jobs:
- run: pwd
- run: ./initalize_tests.sh
- run: source raven/scripts/establish_conda_env.sh --load && ./run_tests
- name: Archive
uses: actions/upload-artifact@v4
if: always()
with:
name: tests_results
path: tests

0 comments on commit 483efbd

Please sign in to comment.