Skip to content

Commit

Permalink
Update Run App.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin authored May 26, 2024
1 parent b821f49 commit 5efa2f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Run App.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
run: |
echo "JAVA_HOME=${env:JAVA_HOME}" >> $env:GITHUB_ENV
echo "PATH=%JAVA_HOME%\bin;$env:PATH" >> $env:GITHUB_ENV
- name: Print Java Details
run: |
echo "JAVA_HOME = ${env:JAVA_HOME}"
echo "PATH = ${env:PATH}"
- name: Run App and Capture Screenshot
run: |
Expand Down

0 comments on commit 5efa2f6

Please sign in to comment.