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

View File

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