Skip to content

Commit 2fa6f53

Browse files
committed
run live tests in pkgcheck
1 parent 8202668 commit 2fa6f53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pkgcheck.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ on:
1919
jobs:
2020
pkgcheck:
2121
runs-on: ubuntu-latest
22+
env:
23+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
24+
RUN_JAVA_DOWNLOAD_TESTS: "TRUE"
25+
RUN_JAVA_DOWNLOAD_TESTS_QUIET: "FALSE"
26+
RUN_JAVA_DOWNLOAD_TESTS_QUIET_DOWNLOAD: "TRUE"
2227
permissions:
2328
issues: write
2429
steps:

0 commit comments

Comments
 (0)