Skip to content

Commit e61aa75

Browse files
committed
Archive logs
1 parent ea6e2cf commit e61aa75

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci-pull.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,18 @@ jobs:
4444
run: mvn -B compiler:testCompile
4545
- name: Start Server
4646
run: mvn -B liberty:test-start
47-
- name: Sleep 15s
48-
run: sleep 30s
49-
shell: bash
5047
- name: Run Integration Tests
5148
run: mvn -B failsafe:integration-test
5249
- name: Stop Server
5350
run: mvn -B liberty:test-stop
5451
- name: Verify Integration Test Results
5552
run: mvn -B failsafe:verify
53+
- name: Archive Liberty logs
54+
uses: actions/upload-artifact@v3
55+
with:
56+
name: liberty-logs
57+
path: target/liberty/wlp/usr/JakartaDataServer/logs/*.log
58+
retention-days: 1
59+
60+
5661

0 commit comments

Comments
 (0)