Skip to content

Commit

Permalink
fix(tests): Temporary disable client tests
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
  • Loading branch information
heliocastro committed Jun 2, 2024
1 parent 01ecf1f commit 7f3241a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7f3241a

Please sign in to comment.