We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2abd67 commit 15bd7e5Copy full SHA for 15bd7e5
.github/workflows/github-actions-spring-boot-webserver.yml
@@ -18,6 +18,7 @@ jobs:
18
distribution: 'graalvm'
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
- name: Run Spring Boot Web Server
21
+ working-directory: native-image/spring-boot-webserver
22
run: |
23
# Prepapre static resources
24
unzip native-image/spring-boot-webserver/src/main/resources/static.zip
0 commit comments