mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Changed build workflow to re-add verify and run on non-release builds, removed unused dependency from nbr
This commit is contained in:
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@@ -2,6 +2,10 @@ name: build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- !RELEASENOTES.**
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -37,16 +41,16 @@ jobs:
|
|||||||
name: exported-docs
|
name: exported-docs
|
||||||
path: exported_docs.zip
|
path: exported_docs.zip
|
||||||
|
|
||||||
# - name: mvn verify
|
- name: mvn verify
|
||||||
# run: mvn verify
|
run: mvn verify
|
||||||
|
|
||||||
# - name: Archive Test Results
|
- name: Archive Test Results
|
||||||
# if: always()
|
if: always()
|
||||||
# uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# name: test-results
|
name: test-results
|
||||||
# path: |
|
path: |
|
||||||
# [a-zA-Z]**/logs/*
|
[a-zA-Z]**/logs/*
|
||||||
|
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
|||||||
@@ -72,11 +72,6 @@
|
|||||||
<artifactId>adapter-diag</artifactId>
|
<artifactId>adapter-diag</artifactId>
|
||||||
<version>4.17.31-SNAPSHOT</version>
|
<version>4.17.31-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.commonmark</groupId>
|
|
||||||
<artifactId>commonmark</artifactId>
|
|
||||||
<version>0.20.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user