Skip to content

Commit da92621

Browse files
ci: Integration test against nightly docker image
1 parent 8a5dc30 commit da92621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18+
- "preview" # Nightly builds of Connect
1819
- "release" # special value that always points to the latest Connect release
1920
- "2025.09.0" # jammy
2021
- "2025.03.0" # jammy
@@ -47,7 +48,7 @@ jobs:
4748
shell: Rscript {0}
4849

4950
- name: Run integration tests
50-
uses: posit-dev/with-connect@main
51+
uses: posit-dev/with-connect@preview
5152
env:
5253
CONNECTAPI_INTEGRATED: "true"
5354
with:

0 commit comments

Comments
 (0)