Skip to content

Commit

Permalink
CI from 1749
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 2, 2023
1 parent 16d5475 commit 6218819
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -80,6 +80,10 @@ jobs:
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()

- name: Coverage
if: ${{ matrix.os == 'ubuntu-latest' && matrix.covr == 'yes' }}
run: cd apis/r && tools/r-ci.sh coverage
3 changes: 3 additions & 0 deletions .github/workflows/r-python-interop-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,8 @@ jobs:
python -c 'import tiledbsoma; tiledbsoma.show_package_versions()'
python scripts/show-versions.py
- name: Update Packages
run: Rscript -e 'update.packages(ask=FALSE)'

- name: Interop Tests
run: python -m pytest apis/system/tests/

0 comments on commit 6218819

Please sign in to comment.