From 3cf55bb0856584ada861e7e4fabcb8a1bd2cb4ab Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 18 Nov 2024 11:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/test-java?= =?UTF-8?q?.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test-java.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test-java.yml b/.gitea/workflows/test-java.yml index 9f8a202..cb37509 100644 --- a/.gitea/workflows/test-java.yml +++ b/.gitea/workflows/test-java.yml @@ -12,6 +12,11 @@ jobs: with: fetch-depth: 1 + - name: Run + run: | + echo ${{ env.RUNNER_TOOL_CACHE }} + ls ${{ env.RUNNER_TOOL_CACHE }} + - name: Setup Java uses: actions/setup-java@v4 with: @@ -21,5 +26,4 @@ jobs: - name: Run run: | - echo ${{ env.RUNNER_TOOL_CACHE }} java --version \ No newline at end of file