Skip to content

Commit

Permalink
Update nightly.yaml to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton authored Jan 3, 2025
1 parent ba40daf commit 1b8df0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: R CMD build --no-build-vignettes --no-manual .
- name: Install Package
# running an install step gives better logging on standard out than R CMD check which tucks this away
run: R CMD INSTALL --configure-args="--with-download=https://github.com/TileDB-Inc/TileDB/archive/refs/heads/dev.zip" $(ls -1tr *.tar.gz | tail -1)
run: R CMD INSTALL --configure-args="--with-download=https://github.com/TileDB-Inc/TileDB/archive/refs/heads/main.zip" $(ls -1tr *.tar.gz | tail -1)
- name: Run Tests
# given that the package is installed and uses tinytest, we can easily run its tests
run: Rscript -e 'tinytest::test_package("tiledb")'
Expand Down

0 comments on commit 1b8df0a

Please sign in to comment.