From 7f3241a4f36ad42fb6d05323e4d86445820f058a Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Sun, 2 Jun 2024 20:59:22 +0200 Subject: [PATCH] fix(tests): Temporary disable client tests Signed-off-by: Helio Chissini de Castro --- .github/workflows/build_and_test.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index b30674a07a..1e430a7eed 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -112,14 +112,14 @@ jobs: # run: | # scripts/sw360BackendRestDockerConfig/scripts/createUserAndOauthClient.sh - - name: Run Client Integration Test for Rest Api - run: | - cd ${{ github.workspace }}/clients - mvn clean install -Dbase.deploy.dir=${{ github.workspace }} --no-transfer-progress -DRunRestIntegrationTest=true - - - name: Upload test reports - if: failure() - uses: actions/upload-artifact@v4 - with: - name: test-reports - path: ${{ github.workspace }}/libraries/importers/target/surefire-reports + # - name: Run Client Integration Test for Rest Api + # run: | + # cd ${{ github.workspace }}/clients + # mvn clean install -Dbase.deploy.dir=${{ github.workspace }} --no-transfer-progress -DRunRestIntegrationTest=true + + # - name: Upload test reports + # if: failure() + # uses: actions/upload-artifact@v4 + # with: + # name: test-reports + # path: ${{ github.workspace }}/libraries/importers/target/surefire-reports