Skip to content

Commit

Permalink
[WIP] View Test Output If Failed
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Oct 1, 2023
1 parent 701ac05 commit 6b4c522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/r-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ jobs:
- name: View Install Output
run: cat $HOME/work/TileDB-SOMA/TileDB-SOMA/apis/r/tiledbsoma.Rcheck/00install.out
if: failure()

- name: View Test Output
run: cat $HOME/work/TileDB-SOMA/TileDB-SOMA/apis/r/tiledbsoma.Rcheck/00check.log
if: failure()

0 comments on commit 6b4c522

Please sign in to comment.