Skip to content

Commit

Permalink
Merge pull request #53 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update test.yml (#52)
  • Loading branch information
gkwan-ibm authored Sep 5, 2023
2 parents 218ba9b + d502f0a commit a4acff5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,15 @@ jobs:
run: |
logsPath=$(find . -name "console.log");
cat $logsPath | grep Launching
- name: Archive server logs if failed
- name: Archive client server logs if failed
if: failure()
uses: actions/upload-artifact@v2
with:
name: server-logs
path: finish/target/liberty/wlp/usr/servers/defaultServer/logs/

name: client-server-logs
path: finish/client/target/liberty/wlp/usr/servers/defaultServer/logs/
- name: Archive system server logs if failed
if: failure()
uses: actions/upload-artifact@v2
with:
name: system-server-logs
path: finish/system/target/liberty/wlp/usr/servers/defaultServer/logs/

0 comments on commit a4acff5

Please sign in to comment.