mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-22 16:56:40 -06:00
re-enable integrated test log capture
This commit is contained in:
parent
e644a0fa6f
commit
a4f4ac13e1
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -100,6 +100,19 @@ jobs:
|
||||
MAVEN_REPO_SERVER_USERNAME: ${{ secrets.MVN_REPO_PRIVATE_REPO_USER }}
|
||||
MAVEN_REPO_SERVER_PASSWORD: ${{ secrets.MVN_REPO_PRIVATE_REPO_PASSWORD }}
|
||||
|
||||
- name: bundle integration test logs
|
||||
run: |
|
||||
pwd
|
||||
ls -l
|
||||
mkdir -p itlogs/nb && cp -R nb/logs itlogs/nb
|
||||
|
||||
- name: upload integration test logs
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: itlogs
|
||||
path: itlogs
|
||||
|
||||
|
||||
- name: perform release
|
||||
run: scripts/release-perform.sh
|
||||
continue-on-error: true
|
||||
|
Loading…
Reference in New Issue
Block a user