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 f8779f9 commit e53ece5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
- name: Download Apache Tomcat 9.0.90
run: |
curl -o tomcat.zip https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-windows-x64.zip
tar -xf tomcat.zip
mv apache-tomcat-9.0.90 tomcat
Expand-Archive -Path tomcat.zip -DestinationPath tomcat
- name: Start Tomcat
run: |
./tomcat/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 e53ece5

Please sign in to comment.