Skip to content

Commit

Permalink
Reset actions to only run on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
smped committed Jan 22, 2024
1 parent f2fcc26 commit b684acb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
matrix:
config:
- { os: ubuntu-latest, r: 'next', bioc: 'devel', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
- { os: macOS-latest, r: 'next', bioc: 'devel'}
- { os: windows-latest, r: 'next', bioc: 'devel'}
## Dockers for macOS and Windows can't handle r: 'next' at this stage
# - { os: macOS-latest, r: 'next', bioc: 'devel'}
# - { os: windows-latest, r: 'next', bioc: 'devel'}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ngsReports <img id="ngsreports_logo" src="man/figures/ngsReports.png" align="right" width = "125" />

<!-- badges: start -->
[![Build Status](https://github.com/smped/ngsReports/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/smped/ngsReports/actions))
[![Build Status](https://github.com/smped/ngsReports/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/smped/ngsReports/actions)
[![Repo Status](https://img.shields.io/badge/repo%20status-Active-green.svg)](https://shields.io/)
[![Codecov test coverage](https://codecov.io/gh/smped/ngsReports/branch/devel/graph/badge.svg)](https://codecov.io/gh/smped/ngsReports?branch=devel)
<!-- badges: end -->
Expand Down

0 comments on commit b684acb

Please sign in to comment.