Skip to content

Commit

Permalink
Specify workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Oct 10, 2024
1 parent 9368ad0 commit d9cd7d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-spring-boot-webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Run Spring Boot Web Server
# working-directory: native-image/spring-boot-webserver
run: |
cd workshops/native-image/spring-boot-webserver
# Prepapre static resources
unzip native-image/spring-boot-webserver/src/main/resources/static.zip
#
Expand Down

0 comments on commit d9cd7d5

Please sign in to comment.