mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
combine build phases for main verification
This commit is contained in:
parent
4c2a181485
commit
376a9b04aa
23
.github/workflows/build.yml
vendored
23
.github/workflows/build.yml
vendored
@ -25,17 +25,8 @@ jobs:
|
||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ${{ runner.os }}-m2
|
||||
|
||||
- name: mvn-package
|
||||
run: mvn package
|
||||
|
||||
- name: export docs
|
||||
run: nb5/target/nb5 export-docs
|
||||
|
||||
- name: upload docs artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: exported-docs
|
||||
path: exported_docs.zip
|
||||
# - name: mvn-package
|
||||
# run: mvn package
|
||||
|
||||
- name: mvn verify
|
||||
run: mvn verify
|
||||
@ -51,6 +42,16 @@ jobs:
|
||||
name: test-results
|
||||
path: logfiles.tar
|
||||
|
||||
- name: export docs
|
||||
run: nb5/target/nb5 export-docs
|
||||
|
||||
- name: upload docs artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: exported-docs
|
||||
path: exported_docs.zip
|
||||
|
||||
|
||||
|
||||
docs:
|
||||
needs: build
|
||||
|
Loading…
Reference in New Issue
Block a user