Skip to content

Commit

Permalink
Update tomcat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s50600822 authored Sep 5, 2024
1 parent 9d296e6 commit 6dfbd3f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ jobs:
curl -o tomcat.zip https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.93/bin/apache-tomcat-9.0.93.zip
Expand-Archive -Path tomcat.zip -DestinationPath tomcat
- name: Check current directory
run: |
echo "Current Directory:"
pwd
echo "Directory Contents:"
dir
- name: Start Tomcat
run: |
./tomcat/apache-tomcat-9.0.90/bin/startup.bat
tomcat\apache-tomcat-9.0.90\bin\startup.bat
shell: cmd

- name: Wait for 10 seconds
Expand Down

0 comments on commit 6dfbd3f

Please sign in to comment.