Skip to content

Commit 8202668

Browse files
committed
run live tests in code coverage
1 parent f743212 commit 8202668

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main]
66
pull_request:
77
workflow_dispatch:
88

@@ -15,6 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
18+
RUN_JAVA_DOWNLOAD_TESTS: "TRUE"
19+
RUN_JAVA_DOWNLOAD_TESTS_QUIET: "FALSE"
20+
RUN_JAVA_DOWNLOAD_TESTS_QUIET_DOWNLOAD: "TRUE"
1821

1922
steps:
2023
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)