Changed build workflow to re-add verify and run on non-release builds, removed unused dependency from nbr

This commit is contained in:
Mike Yaacoub 2022-12-19 13:54:39 -05:00
parent c149684d09
commit ec8ed024ff
2 changed files with 13 additions and 14 deletions

View File

@ -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:

View File

@ -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>