WISE-Developers / WISE_Application

WISE_Application formerly known as WISE
GNU Affero General Public License v3.0
7 stars 2 forks source link

smoke test needs java to run builder #30

Closed spydmobile closed 1 year ago

spydmobile commented 1 year ago

install java and execute:

java", "-jar", "/usr/bin/PSaaS_Builder.jar"

use this:

- uses: actions/setup-java@v3
  with:
    distribution: 'temurin'
    java-version: '17'
    check-latest: true
- run: java HelloWorldApp.java