Skip to content

Commit

Permalink
Troubleshoot the build
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Oct 7, 2024
1 parent 15bd7e5 commit a232fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-spring-boot-webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a232fe4

Please sign in to comment.