Skip to content

Commit

Permalink
Archive logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mswatosh committed Nov 16, 2023
1 parent ea6e2cf commit d4276ef
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,18 @@ jobs:
run: mvn -B compiler:testCompile
- name: Start Server
run: mvn -B liberty:test-start
- name: Sleep 15s
run: sleep 30s
shell: bash
- name: Run Integration Tests
run: mvn -B failsafe:integration-test
- name: Stop Server
run: mvn -B liberty:test-stop
- name: Verify Integration Test Results
run: mvn -B failsafe:verify
- name: Archive Liberty logs
uses: actions/upload-artifact@v3
with:
name: liberty-logs
path: target/liberty/wlp/usr/JakartaDataServer/logs/*.log
retention-days: 1



0 comments on commit d4276ef

Please sign in to comment.