Skip to content

Commit

Permalink
Merge pull request #87 from Spatiotemporal-Exposures-and-Toxicology/S…
Browse files Browse the repository at this point in the history
…patiotemporal-Exposures-and-Toxicology-patch-9

Spatiotemporal exposures and toxicology patch 9
  • Loading branch information
kyle-messier authored Sep 26, 2023
2 parents 4efcedd + 78d5a26 commit e749fc6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,16 @@ jobs:
find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Save test results as artifact
run: |
find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; > test-results.txt
echo "::set-output name=test-results::test-results.txt"
shell: bash

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package
name: coverage-test-results
path: test-results.txt


0 comments on commit e749fc6

Please sign in to comment.