mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-27 07:56:38 -06:00
test build
This commit is contained in:
parent
3db295f29a
commit
17030dbda8
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
@ -117,17 +117,17 @@ jobs:
|
||||
MAVEN_REPO_SERVER_USERNAME: ${{ secrets.MVN_REPO_PRIVATE_REPO_USER }}
|
||||
MAVEN_REPO_SERVER_PASSWORD: ${{ secrets.MVN_REPO_PRIVATE_REPO_PASSWORD }}
|
||||
|
||||
- name: bundle build logs
|
||||
run: |
|
||||
pwd
|
||||
ls -l
|
||||
mkdir -p buildlogs && cp -R logs buildlogs
|
||||
|
||||
- name: upload build logs
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: buildlogs
|
||||
path: buildlogs
|
||||
# - name: bundle build logs
|
||||
# run: |
|
||||
# pwd
|
||||
# ls -l
|
||||
# mkdir -p buildlogs && cp -R logs buildlogs
|
||||
#
|
||||
# - name: upload build logs
|
||||
# uses: actions/upload-artifact@v1
|
||||
# with:
|
||||
# name: buildlogs
|
||||
# path: buildlogs
|
||||
|
||||
- name: bundle artifacts
|
||||
run: |
|
||||
|
@ -0,0 +1 @@
|
||||
- 1b96f887 workspaces incremental progress
|
Loading…
Reference in New Issue
Block a user