Skip to content

Commit

Permalink
Fix because there is a new Tomcat version (#16)
Browse files Browse the repository at this point in the history
* Fix because there is a new Tomcat version

* Multiple tomcat versions might be downloaded by frank-runner

---------

Co-authored-by: Martijn Dirkse <martijn@integrationpartners.nl>
  • Loading branch information
mhdirkse and Martijn Dirkse committed Jul 26, 2024
1 parent 5208567 commit a8bd202
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
- name: Let Frank!Runner do its downloads
run: yarn run installFrankRunnerEnv
working-directory: ladybug-ff-cypress-test
- name: Remove old Tomcat versions - download
run: rm -rf download/apache-tomcat-9*
working-directory: frank-runner
- name: Remove old Tomcat versions - build
run: rm -rf build/apache-tomcat-9*
working-directory: frank-runner
- name: Show apache-tomcat directories
run: find . -path './build/*' -name 'apache-tomcat*'
working-directory: frank-runner
Expand Down

0 comments on commit a8bd202

Please sign in to comment.