From 10d9ce31476a10dc85fd3985549c4afb1a4b0c63 Mon Sep 17 00:00:00 2001 From: Mike Yaacoub Date: Thu, 8 Dec 2022 12:25:59 -0500 Subject: [PATCH] Disabled verify for testing --- .github/workflows/build.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 259c865cd..3c2f8c21e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,16 +37,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: