Skip to content

Commit 1ceaba1

Browse files
authored
Update nightly.yaml to use main branch (#789)
* Update nightly.yaml to use main branch
1 parent ba40daf commit 1ceaba1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: R CMD build --no-build-vignettes --no-manual .
2525
- name: Install Package
2626
# running an install step gives better logging on standard out than R CMD check which tucks this away
27-
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)
27+
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)
2828
- name: Run Tests
2929
# given that the package is installed and uses tinytest, we can easily run its tests
3030
run: Rscript -e 'tinytest::test_package("tiledb")'

.github/workflows/valgrind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
tag: [ release-2.25, release-2.26, release-2.27, dev ]
16+
tag: [ release-2.25, release-2.26, release-2.27, main ]
1717

1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)