Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try setting aws region for R checks #1273

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Don't kill a test session just cause another one failed
ivirshup committed Sep 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e3a1f5a5bcf98e14b15273c33d7c4a50d37c9990
1 change: 1 addition & 0 deletions .github/workflows/r-check.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ env:
jobs:
build:
strategy:
fail-fast: false # Don't stop the workflow if one of the jobs fails
matrix:
tiledbsoma_version: [tiledbsoma_release, tiledbsoma_latest]
runs-on: ubuntu-latest