Skip to content

Commit 9971355

Browse files
Clean up TODOs and use main action
1 parent 8b129cc commit 9971355

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: Rscript {0}
4848

4949
- name: Run integration tests
50-
uses: posit-dev/with-connect@uv-tool
50+
uses: posit-dev/with-connect@main
5151
env:
5252
CONNECTAPI_INTEGRATED: "true"
5353
with:

.github/workflows/pkgdown.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
with:
3939
# Runs on the default version in the with-connect action
4040
license: ${{ secrets.CONNECT_LICENSE_FILE }}
41-
# TODO: rewrite tests to use CONNECT_* env vars directly
4241
command: |
4342
Rscript -e 'pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)'
4443

.github/workflows/test-coverage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
with:
3636
# Runs on the default version in the with-connect action
3737
license: ${{ secrets.CONNECT_LICENSE_FILE }}
38-
# TODO: rewrite tests to use CONNECT_* env vars directly
3938
command: |
4039
Rscript -e '
4140
covr::codecov(

0 commit comments

Comments
 (0)