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:
parent
c149684d09
commit
ec8ed024ff
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@ -2,6 +2,10 @@ name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- !RELEASENOTES.**
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@ -37,16 +41,16 @@ jobs:
|
||||
name: exported-docs
|
||||
path: exported_docs.zip
|
||||
|
||||
# - name: mvn verify
|
||||
# run: mvn verify
|
||||
- name: mvn verify
|
||||
run: mvn verify
|
||||
|
||||
# - name: Archive Test Results
|
||||
# if: always()
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: test-results
|
||||
# path: |
|
||||
# [a-zA-Z]**/logs/*
|
||||
- name: Archive Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-results
|
||||
path: |
|
||||
[a-zA-Z]**/logs/*
|
||||
|
||||
|
||||
docs:
|
||||
|
@ -72,11 +72,6 @@
|
||||
<artifactId>adapter-diag</artifactId>
|
||||
<version>4.17.31-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.commonmark</groupId>
|
||||
<artifactId>commonmark</artifactId>
|
||||
<version>0.20.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user