We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f743212 commit 8202668Copy full SHA for 8202668
.github/workflows/test-coverage.yaml
@@ -2,7 +2,7 @@
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
on:
4
push:
5
- branches: [main, master]
+ branches: [main]
6
pull_request:
7
workflow_dispatch:
8
@@ -15,6 +15,9 @@ jobs:
15
runs-on: ubuntu-latest
16
env:
17
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"
21
22
steps:
23
- uses: actions/checkout@v4
0 commit comments