From 502537f26a379001e56f68799bed0e9c168294ff Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 12 Sep 2024 09:54:54 +0200 Subject: [PATCH] pull-request-approve Remove fail-never #TASK-6807 --- .github/workflows/test-xetabase-workflow.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test-xetabase-workflow.yml b/.github/workflows/test-xetabase-workflow.yml index 4793f828..ed802879 100644 --- a/.github/workflows/test-xetabase-workflow.yml +++ b/.github/workflows/test-xetabase-workflow.yml @@ -20,10 +20,6 @@ on: description: 'Branch of opencga-enterprise to be tested and built.' required: true -env: - AZCOPY_AUTO_LOGIN_TYPE: "SPN" - - jobs: test: name: Execute JUnit and Jacoco tests @@ -35,9 +31,6 @@ jobs: with: keeper-secret-config: ${{ secrets.KEEPER_SM_GH_OPENCB }} secrets: | - AZCOPY_SPA_CLIENT_SECRET/field/Secret Value > env:AZCOPY_SPA_CLIENT_SECRET - AZCOPY_SPA_APPLICATION_ID/field/Secret Value > env:AZCOPY_SPA_APPLICATION_ID - AZCOPY_TENANT_ID/field/Secret Value > env:AZCOPY_TENANT_ID AZURE_KUBE_CONFIG/field/Secret Value > env:AZURE_KUBE_CONFIG DOCKER_HUB_USER/field/Secret Value > env:DOCKER_HUB_USER DOCKER_HUB_PASSWORD/field/Secret Value > env:DOCKER_HUB_PASSWORD @@ -109,13 +102,9 @@ jobs: SSH_PORT: ${{ env.SSH_PORT }} - name: Run all OpenCB Junit tests, ie. java-common-libs, biodata, cellbase, opencga and opencga-enterprise run: | - printenv + cd opencga-enterprise + ln -s ../opencga opencga-home ./build.sh -t -l runShortTests -b -s -T ${{ inputs.task }} -c localhost:27018 -H hdp3.1 - env: - SSH_HOST: ${{ env.SSH_HOST }} - SSH_PORT: ${{ env.SSH_PORT }} - SSH_USER: ${{ env.SSH_USER }} - SSH_PASS: ${{ env.SSH_PASS }} - name: Upload reports results to Github uses: actions/upload-artifact@v4 with: