Skip to content

Commit

Permalink
pull-request-approve Remove fail-never #TASK-6807
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Sep 12, 2024
1 parent c07c902 commit 502537f
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/test-xetabase-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 502537f

Please sign in to comment.