From a232fe4b5ac177e79ed629391a5e698fe6eb6a3d Mon Sep 17 00:00:00 2001 From: Olya Gupalo Date: Mon, 7 Oct 2024 09:53:41 +0300 Subject: [PATCH] Troubleshoot the build --- .github/workflows/github-actions-spring-boot-webserver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-spring-boot-webserver.yml b/.github/workflows/github-actions-spring-boot-webserver.yml index df5d1b7..40cc178 100644 --- a/.github/workflows/github-actions-spring-boot-webserver.yml +++ b/.github/workflows/github-actions-spring-boot-webserver.yml @@ -18,7 +18,7 @@ jobs: distribution: 'graalvm' github-token: ${{ secrets.GITHUB_TOKEN }} - name: Run Spring Boot Web Server - working-directory: native-image/spring-boot-webserver + # working-directory: native-image/spring-boot-webserver run: | # Prepapre static resources unzip native-image/spring-boot-webserver/src/main/resources/static.zip